#F06087

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

Shades of Brink Pink #F06087

Tints of Brink Pink #F06087

Color information

#F06087 (or 0xF06087) is unknown color: approx Brink Pink. HEX triplet: F0, 60 and 87. RGB value is (240,96,135). Sum of RGB (Red+Green+Blue) = 240+96+135=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F06087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06087 is #0F9F78. Grayscale: #8F8F8F. Windows color (decimal): -1023865 or 8872176. OLE color: 8872176.

HSL color Cylindrical-coordinate representation of color #F06087: hue angle of 343.75º 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 #F06087 is Cyan = 0, Magento = 0.6, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB24096135-
CMYK00.60.440.06
HSL343.75º82.76%65.88%-
HSV(B)343.75º60%94.12%-
XYZ44.4928.6426.1-
YUV143.5123.21196.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.96%
GREEN value IS 96 (37.89% from 255) = 20.38%
BLUE value IS 135 (53.12% from 255) = 28.66%
R=50.96%
G=20.38%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409613500.60.440.06343.7582.7665.88
HexF0608703C2C61585342
Octal360140207074546530123102
Binary11110000110000010000111011110010110011010101100010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06087; }

 p { color: rgb(240,96,135); }

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

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

 a { background-color: rgb(240,96,135); }

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

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

 span { border-color: rgb(240,96,135); }

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