#F06081

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

Shades of Brink Pink #F06081

Tints of Brink Pink #F06081

Color information

#F06081 (or 0xF06081) is unknown color: approx Brink Pink. HEX triplet: F0, 60 and 81. RGB value is (240,96,129). Sum of RGB (Red+Green+Blue) = 240+96+129=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F06081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06081 is #0F9F7E. Grayscale: #8E8E8E. Windows color (decimal): -1023871 or 8478960. OLE color: 8478960.

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

Color convert

RGB24096129-
CMYK00.60.460.06
HSL346.25º82.76%65.88%-
HSV(B)346.25º60%94.12%-
XYZ44.0828.4823.94-
YUV142.82120.21197.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.61%
GREEN value IS 96 (37.89% from 255) = 20.65%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=51.61%
G=20.65%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409612900.60.460.06346.2582.7665.88
HexF0608103C2E615a5342
Octal360140201074566532123102
Binary11110000110000010000001011110010111011010101101010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06081; }

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

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

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

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

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

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

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

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