Html Css Color HEX #F21393 Deep Pink

📋 copy color: '#F21393'

red 242 ◦ green 19 ◦ blue 147

#F21393
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F21393

Tints of Deep Pink #F21393

RGB

 RED value IS 242 (94.92% from 255) = 59.31%

 GREEN value IS 19 (7.81% from 255) = 4.66%

 BLUE value IS 147 (57.81% from 255) = 36.03%

R = 59.31%
G = 4.66%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F21393 (or 0xF21393) is known color: Deep Pink. HEX triplet: F2, 13 and 93. RGB value is (242,19,147). Sum of RGB (Red+Green+Blue) = 242+19+147=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F21393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21393 is #0DEC6C. Grayscale: #636363. Windows color (decimal): -912493 or 9638898. OLE color: 9638898.

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

Color convert

RGB 242 19 147 -
CMYK 0 0.92 0.39 0.05
HSL 325.56º 0.9% 0.51% -
HSV(B) 325.56º 0.92% 0.95% -
XYZ 42.12 21.45 29.52 -
YUV 100.27 154.38 229.09 -
System Red Green Blue C M Y K H S L
Decimal 242 19 147 0 0.92 0.39 0.05 325.56 0.9 0.51
Hex F2 13 93 0 5C 27 5 146 5A 33
Octal 362 23 223 0 134 47 5 506 132 63
Binary 11110010 10011 10010011 0 1011100 100111 101 101000110 1011010 110011

Color Harmonies of #F21393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21393

Black with #F21393

Text Example


Text Example

White with #F21393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21393; }

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

 H1.HeaderClassName
 {
   color: #F21393;
 }
 .AnyTagClassName
 {
   color: #F21393;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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