#F05F8E

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

Shades of Dark Pink #F05F8E

Tints of Dark Pink #F05F8E

Color information

#F05F8E (or 0xF05F8E) is unknown color: approx Dark Pink. HEX triplet: F0, 5F and 8E. RGB value is (240,95,142). Sum of RGB (Red+Green+Blue) = 240+95+142=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05F8E is #0FA071. Grayscale: #8F8F8F. Windows color (decimal): -1024114 or 9330672. OLE color: 9330672.

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

Color convert

RGB24095142-
CMYK00.600.410.06
HSL340.55º82.86%65.69%-
HSV(B)340.55º60.42%94.12%-
XYZ44.9128.6628.76-
YUV143.71127.04196.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.31%
GREEN value IS 95 (37.5% from 255) = 19.92%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=50.31%
G=19.92%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409514200.600.410.06340.5582.8665.69
HexF05F8E03C2961555342
Octal360137216074516525123102
Binary11110000101111110001110011110010100111010101010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05F8E; }

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

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

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

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

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

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

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

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