Html Css Color HEX #F20993 Deep Pink

📋 copy color: '#F20993'

red 242 ◦ green 9 ◦ blue 147

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

Shades of Deep Pink #F20993

Tints of Deep Pink #F20993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.26%

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

R = 60.8%
G = 2.26%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F20993 (or 0xF20993) is known color: Deep Pink. HEX triplet: F2, 09 and 93. RGB value is (242,9,147). Sum of RGB (Red+Green+Blue) = 242+9+147=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F20993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20993 is #0DF66C. Grayscale: #5E5E5E. Windows color (decimal): -915053 or 9636338. OLE color: 9636338.

HSL color Cylindrical-coordinate representation of color #F20993: hue angle of 324.46º degrees, saturation: 0.93, 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 #F20993 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 9 147 -
CMYK 0 0.96 0.39 0.05
HSL 324.46º 0.93% 0.49% -
HSV(B) 324.46º 0.96% 0.95% -
XYZ 41.98 21.18 29.48 -
YUV 94.4 157.69 233.28 -
System Red Green Blue C M Y K H S L
Decimal 242 9 147 0 0.96 0.39 0.05 324.46 0.93 0.49
Hex F2 9 93 0 60 27 5 144 5D 31
Octal 362 11 223 0 140 47 5 504 135 61
Binary 11110010 1001 10010011 0 1100000 100111 101 101000100 1011101 110001

Color Harmonies of #F20993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20993

Black with #F20993

Text Example


Text Example

White with #F20993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20993; }

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

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

background-color css

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

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

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

border-color css

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

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

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