#F10588

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

Shades of Deep Pink #F10588

Tints of Deep Pink #F10588

Color information

#F10588 (or 0xF10588) is unknown color: approx Deep Pink. HEX triplet: F1, 05 and 88. RGB value is (241,5,136). Sum of RGB (Red+Green+Blue) = 241+5+136=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F10588 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10588 is #0EFA77. Grayscale: #5A5A5A. Windows color (decimal): -981624 or 8914417. OLE color: 8914417.

HSL color Cylindrical-coordinate representation of color #F10588: hue angle of 326.69º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10588 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB2415136-
CMYK00.980.440.05
HSL326.69º95.93%48.24%-
HSV(B)326.69º97.93%94.51%-
XYZ40.7720.5925.12-
YUV90.5153.69235.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.09%
GREEN value IS 5 (2.34% from 255) = 1.31%
BLUE value IS 136 (53.52% from 255) = 35.60%
R=63.09%
G=1.31%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241513600.980.440.05326.6995.9348.24
HexF15880622C51476030
Octal3615210014254550714060
Binary1111000110110001000011000101011001011010001111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10588; }

 p { color: rgb(241,5,136); }

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

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

 a { background-color: rgb(241,5,136); }

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

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

 span { border-color: rgb(241,5,136); }

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