#F06582

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

Shades of Brink Pink #F06582

Tints of Brink Pink #F06582

Color information

#F06582 (or 0xF06582) is unknown color: approx Brink Pink. HEX triplet: F0, 65 and 82. RGB value is (240,101,130). Sum of RGB (Red+Green+Blue) = 240+101+130=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F06582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06582 is #0F9A7D. Grayscale: #919191. Windows color (decimal): -1022590 or 8545776. OLE color: 8545776.

HSL color Cylindrical-coordinate representation of color #F06582: hue angle of 347.48º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06582 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB240101130-
CMYK00.580.460.06
HSL347.48º82.25%66.86%-
HSV(B)347.48º57.92%94.12%-
XYZ44.6229.4424.45-
YUV145.87119.05195.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.96%
GREEN value IS 101 (39.84% from 255) = 21.44%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=50.96%
G=21.44%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010113000.580.460.06347.4882.2566.86
HexF0658203A2E615b5243
Octal360145202072566533122103
Binary11110000110010110000010011101010111011010101101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06582; }

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

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

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

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

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

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

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

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