#F06082

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

Shades of Brink Pink #F06082

Tints of Brink Pink #F06082

Color information

#F06082 (or 0xF06082) is unknown color: approx Brink Pink. HEX triplet: F0, 60 and 82. RGB value is (240,96,130). Sum of RGB (Red+Green+Blue) = 240+96+130=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F06082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06082 is #0F9F7D. Grayscale: #8E8E8E. Windows color (decimal): -1023870 or 8544496. OLE color: 8544496.

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

Color convert

RGB24096130-
CMYK00.60.460.06
HSL345.83º82.76%65.88%-
HSV(B)345.83º60%94.12%-
XYZ44.1528.524.29-
YUV142.93120.71197.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.50%
GREEN value IS 96 (37.89% from 255) = 20.60%
BLUE value IS 130 (51.17% from 255) = 27.90%
R=51.50%
G=20.60%
B=27.90%

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
Decimal2409613000.60.460.06345.8382.7665.88
HexF0608203C2E615a5342
Octal360140202074566532123102
Binary11110000110000010000010011110010111011010101101010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06082; }

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

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

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

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

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

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

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

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