#F05F81

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

Shades of Brink Pink #F05F81

Tints of Brink Pink #F05F81

Color information

#F05F81 (or 0xF05F81) is unknown color: approx Brink Pink. HEX triplet: F0, 5F and 81. RGB value is (240,95,129). Sum of RGB (Red+Green+Blue) = 240+95+129=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05F81 is #0FA07E. Grayscale: #8E8E8E. Windows color (decimal): -1024127 or 8478704. OLE color: 8478704.

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

Color convert

RGB24095129-
CMYK00.600.460.06
HSL345.93º82.86%65.69%-
HSV(B)345.93º60.42%94.12%-
XYZ43.9928.2923.91-
YUV142.23120.54197.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.72%
GREEN value IS 95 (37.5% from 255) = 20.47%
BLUE value IS 129 (50.78% from 255) = 27.80%
R=51.72%
G=20.47%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409512900.600.460.06345.9382.8665.69
HexF05F8103C2E615a5342
Octal360137201074566532123102
Binary11110000101111110000001011110010111011010101101010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05F81; }

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

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

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

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

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

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

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

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