#F05F78

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

Shades of Brink Pink #F05F78

Tints of Brink Pink #F05F78

Color information

#F05F78 (or 0xF05F78) is unknown color: approx Brink Pink. HEX triplet: F0, 5F and 78. RGB value is (240,95,120). Sum of RGB (Red+Green+Blue) = 240+95+120=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05F78 is #0FA087. Grayscale: #8D8D8D. Windows color (decimal): -1024136 or 7888880. OLE color: 7888880.

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

Color convert

RGB24095120-
CMYK00.600.50.06
HSL349.66º82.86%65.69%-
HSV(B)349.66º60.42%94.12%-
XYZ43.4228.0720.9-
YUV141.2116.04198.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.75%
GREEN value IS 95 (37.5% from 255) = 20.88%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=52.75%
G=20.88%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409512000.600.50.06349.6682.8665.69
HexF05F7803C32615e5342
Octal360137170074626536123102
Binary1111000010111111111000011110011001011010101111010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05F78; }

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

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

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

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

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

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

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

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