Html Css Color HEX #F22393 Deep Pink

📋 copy color: '#F22393'

red 242 ◦ green 35 ◦ blue 147

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

Shades of Deep Pink #F22393

Tints of Deep Pink #F22393

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.25%

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

R = 57.08%
G = 8.25%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F22393 (or 0xF22393) is known color: Deep Pink. HEX triplet: F2, 23 and 93. RGB value is (242,35,147). Sum of RGB (Red+Green+Blue) = 242+35+147=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F22393 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22393 is #0DDC6C. Grayscale: #6D6D6D. Windows color (decimal): -908397 or 9642994. OLE color: 9642994.

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

Color convert

RGB 242 35 147 -
CMYK 0 0.86 0.39 0.05
HSL 327.54º 0.89% 0.54% -
HSV(B) 327.54º 0.86% 0.95% -
XYZ 42.49 22.19 29.65 -
YUV 109.66 149.08 222.39 -
System Red Green Blue C M Y K H S L
Decimal 242 35 147 0 0.86 0.39 0.05 327.54 0.89 0.54
Hex F2 23 93 0 56 27 5 148 59 36
Octal 362 43 223 0 126 47 5 510 131 66
Binary 11110010 100011 10010011 0 1010110 100111 101 101001000 1011001 110110

Color Harmonies of #F22393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22393

Black with #F22393

Text Example


Text Example

White with #F22393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22393; }

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

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

background-color css

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

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

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

border-color css

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

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

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