#F05E78

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

Shades of Brink Pink #F05E78

Tints of Brink Pink #F05E78

Color information

#F05E78 (or 0xF05E78) is unknown color: approx Brink Pink. HEX triplet: F0, 5E and 78. RGB value is (240,94,120). Sum of RGB (Red+Green+Blue) = 240+94+120=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05E78 is #0FA187. Grayscale: #8C8C8C. Windows color (decimal): -1024392 or 7888624. OLE color: 7888624.

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

Color convert

RGB24094120-
CMYK00.610.50.06
HSL349.32º82.95%65.49%-
HSV(B)349.32º60.83%94.12%-
XYZ43.3327.8920.87-
YUV140.62116.37198.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.86%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=52.86%
G=20.70%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409412000.610.50.06349.3282.9565.49
HexF05E7803D32615d5341
Octal360136170075626535123101
Binary1111000010111101111000011110111001011010101110110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05E78; }

 p { color: rgb(240,94,120); }

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

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

 a { background-color: rgb(240,94,120); }

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

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

 span { border-color: rgb(240,94,120); }

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