Html Css Color HEX #F20E8A Deep Pink

📋 copy color: '#F20E8A'

red 242 ◦ green 14 ◦ blue 138

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

Shades of Deep Pink #F20E8A

Tints of Deep Pink #F20E8A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.55%

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 61.42%
G = 3.55%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F20E8A (or 0xF20E8A) is known color: Deep Pink. HEX triplet: F2, 0E and 8A. RGB value is (242,14,138). Sum of RGB (Red+Green+Blue) = 242+14+138=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20E8A is #0DF175. Grayscale: #606060. Windows color (decimal): -913782 or 9047794. OLE color: 9047794.

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

Color convert

RGB 242 14 138 -
CMYK 0 0.94 0.43 0.05
HSL 327.37º 0.9% 0.5% -
HSV(B) 327.37º 0.94% 0.95% -
XYZ 41.36 21.03 25.92 -
YUV 96.31 151.54 231.92 -
System Red Green Blue C M Y K H S L
Decimal 242 14 138 0 0.94 0.43 0.05 327.37 0.9 0.5
Hex F2 E 8A 0 5E 2B 5 147 5A 32
Octal 362 16 212 0 136 53 5 507 132 62
Binary 11110010 1110 10001010 0 1011110 101011 101 101000111 1011010 110010

Color Harmonies of #F20E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20E8A

Black with #F20E8A

Text Example


Text Example

White with #F20E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20E8A; }

 p { color: rgb(242,14,138); }

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

background-color css

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

 a { background-color: rgb(242,14,138); }

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

border-color css

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

 span { border-color: rgb(242,14,138); }

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