Html Css Color HEX #F20D8E Deep Pink

📋 copy color: '#F20D8E'

red 242 ◦ green 13 ◦ blue 142

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

Shades of Deep Pink #F20D8E

Tints of Deep Pink #F20D8E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.27%

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 60.96%
G = 3.27%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F20D8E (or 0xF20D8E) is known color: Deep Pink. HEX triplet: F2, 0D and 8E. RGB value is (242,13,142). Sum of RGB (Red+Green+Blue) = 242+13+142=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F20D8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20D8E is #0DF271. Grayscale: #5F5F5F. Windows color (decimal): -914034 or 9309682. OLE color: 9309682.

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

Color convert

RGB 242 13 142 -
CMYK 0 0.95 0.41 0.05
HSL 326.2º 0.9% 0.5% -
HSV(B) 326.2º 0.95% 0.95% -
XYZ 41.64 21.12 27.47 -
YUV 96.18 153.87 232.01 -
System Red Green Blue C M Y K H S L
Decimal 242 13 142 0 0.95 0.41 0.05 326.2 0.9 0.5
Hex F2 D 8E 0 5F 29 5 146 5A 32
Octal 362 15 216 0 137 51 5 506 132 62
Binary 11110010 1101 10001110 0 1011111 101001 101 101000110 1011010 110010

Color Harmonies of #F20D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20D8E

Black with #F20D8E

Text Example


Text Example

White with #F20D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20D8E; }

 p { color: rgb(242,13,142); }

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

background-color css

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

 a { background-color: rgb(242,13,142); }

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

border-color css

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

 span { border-color: rgb(242,13,142); }

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