#F11F93

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

Shades of Deep Pink #F11F93

Tints of Deep Pink #F11F93

Color information

#F11F93 (or 0xF11F93) is unknown color: approx Deep Pink. HEX triplet: F1, 1F and 93. RGB value is (241,31,147). Sum of RGB (Red+Green+Blue) = 241+31+147=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11F93 is #0EE06C. Grayscale: #6A6A6A. Windows color (decimal): -974957 or 9641969. OLE color: 9641969.

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

Color convert

RGB24131147-
CMYK00.870.390.05
HSL326.86º88.24%53.33%-
HSV(B)326.86º87.14%94.51%-
XYZ42.0321.7929.59-
YUV107.01150.57223.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.52%
GREEN value IS 31 (12.5% from 255) = 7.40%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=57.52%
G=7.40%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413114700.870.390.05326.8688.2453.33
HexF11F930572751475835
Octal36137223012747550713065
Binary111100011111110010011010101111001111011010001111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11F93; }

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

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

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

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

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

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

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

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