#F06581

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

Shades of Brink Pink #F06581

Tints of Brink Pink #F06581

Color information

#F06581 (or 0xF06581) is unknown color: approx Brink Pink. HEX triplet: F0, 65 and 81. RGB value is (240,101,129). Sum of RGB (Red+Green+Blue) = 240+101+129=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F06581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06581 is #0F9A7E. Grayscale: #919191. Windows color (decimal): -1022591 or 8480240. OLE color: 8480240.

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

Color convert

RGB240101129-
CMYK00.580.460.06
HSL347.91º82.25%66.86%-
HSV(B)347.91º57.92%94.12%-
XYZ44.5529.4224.1-
YUV145.75118.55195.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.06%
GREEN value IS 101 (39.84% from 255) = 21.49%
BLUE value IS 129 (50.78% from 255) = 27.45%
R=51.06%
G=21.49%
B=27.45%

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
Decimal24010112900.580.460.06347.9182.2566.86
HexF0658103A2E615c5243
Octal360145201072566534122103
Binary11110000110010110000001011101010111011010101110010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06581; }

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

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

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

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

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

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

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

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