#F05B7C

Color #F05B7C Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #F05B7C

Tints of Brink Pink #F05B7C

Color information

#F05B7C (or 0xF05B7C) is unknown color: approx Brink Pink. HEX triplet: F0, 5B and 7C. RGB value is (240,91,124). Sum of RGB (Red+Green+Blue) = 240+91+124=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05B7C is #0FA483. Grayscale: #8B8B8B. Windows color (decimal): -1025156 or 8150000. OLE color: 8150000.

HSL color Cylindrical-coordinate representation of color #F05B7C: hue angle of 346.71º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05B7C is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB24091124-
CMYK00.620.480.06
HSL346.71º83.24%64.9%-
HSV(B)346.71º62.08%94.12%-
XYZ43.3127.4622.09-
YUV139.31119.36199.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 52.75%
GREEN value IS 91 (35.94% from 255) = 20%
BLUE value IS 124 (48.83% from 255) = 27.25%
R=52.75%
G=20%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409112400.620.480.06346.7183.2464.9
HexF05B7C03E30615b5341
Octal360133174076606533123101
Binary1111000010110111111100011111011000011010101101110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05B7C; }

 p { color: rgb(240,91,124); }

 H1.HeaderClassName
 {
   color: #F05B7C;
 }
 .AnyTagClassName
 {
   color: #F05B7C;
 }
</style>
background-color css

<style>
 a { background-color: #F05B7C; }

 a { background-color: rgb(240,91,124); }

 div.DivClassName
 {
   background-color: #F05B7C;
 }
 .BgClassName
 {
   background-color: #F05B7C;
 }
</style>
border-color css

<style>
 span { border-color: #F05B7C; }

 span { border-color: rgb(240,91,124); }

 td.TdClassName
 {
   border-color: #F05B7C;
 }
 .TagClassName
 {
   border-color: #F05B7C;
 }
</style>