#F21F93

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

Shades of Deep Pink #F21F93

Tints of Deep Pink #F21F93

Color information

#F21F93 (or 0xF21F93) is unknown color: approx Deep Pink. HEX triplet: F2, 1F and 93. RGB value is (242,31,147). Sum of RGB (Red+Green+Blue) = 242+31+147=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21F93 is #0DE06C. Grayscale: #6B6B6B. Windows color (decimal): -909421 or 9641970. OLE color: 9641970.

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

Color convert

RGB24231147-
CMYK00.870.390.05
HSL327.01º89.03%53.53%-
HSV(B)327.01º87.19%94.9%-
XYZ42.3721.9629.61-
YUV107.31150.4224.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.62%
GREEN value IS 31 (12.5% from 255) = 7.38%
BLUE value IS 147 (57.81% from 255) = 35%
R=57.62%
G=7.38%
B=35%

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
Decimal2423114700.870.390.05327.0189.0353.53
HexF21F930572751475936
Octal36237223012747550713166
Binary111100101111110010011010101111001111011010001111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21F93; }

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

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

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

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

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

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

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

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