#F0608B

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

Shades of Brink Pink #F0608B

Tints of Brink Pink #F0608B

Color information

#F0608B (or 0xF0608B) is unknown color: approx Brink Pink. HEX triplet: F0, 60 and 8B. RGB value is (240,96,139). Sum of RGB (Red+Green+Blue) = 240+96+139=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0608B is #0F9F74. Grayscale: #8F8F8F. Windows color (decimal): -1023861 or 9134320. OLE color: 9134320.

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

Color convert

RGB24096139-
CMYK00.60.420.06
HSL342.08º82.76%65.88%-
HSV(B)342.08º60%94.12%-
XYZ44.7828.7627.62-
YUV143.96125.21196.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.53%
GREEN value IS 96 (37.89% from 255) = 20.21%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=50.53%
G=20.21%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409613900.60.420.06342.0882.7665.88
HexF0608B03C2A61565342
Octal360140213074526526123102
Binary11110000110000010001011011110010101011010101011010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0608B; }

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

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

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

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

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

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

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

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