#F10A93

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

Shades of Deep Pink #F10A93

Tints of Deep Pink #F10A93

Color information

#F10A93 (or 0xF10A93) is unknown color: approx Deep Pink. HEX triplet: F1, 0A and 93. RGB value is (241,10,147). Sum of RGB (Red+Green+Blue) = 241+10+147=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10A93 is #0EF56C. Grayscale: #5E5E5E. Windows color (decimal): -980333 or 9636593. OLE color: 9636593.

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

Color convert

RGB24110147-
CMYK00.960.390.05
HSL324.42º92.03%49.22%-
HSV(B)324.42º95.85%94.51%-
XYZ41.6521.0229.47-
YUV94.69157.53232.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.55%
GREEN value IS 10 (4.30% from 255) = 2.51%
BLUE value IS 147 (57.81% from 255) = 36.93%
R=60.55%
G=2.51%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411014700.960.390.05324.4292.0349.22
HexF1A930602751445c31
Octal36112223014047550413461
Binary11110001101010010011011000001001111011010001001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10A93; }

 p { color: rgb(241,10,147); }

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

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

 a { background-color: rgb(241,10,147); }

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

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

 span { border-color: rgb(241,10,147); }

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