Html Css Color HEX #F20CDD Hot Magenta

📋 copy color: '#F20CDD'

red 242 ◦ green 12 ◦ blue 221

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

Shades of Hot Magenta #F20CDD

Tints of Hot Magenta #F20CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.53%

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 50.95%
G = 2.53%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F20CDD (or 0xF20CDD) is known color: Hot Magenta. HEX triplet: F2, 0C and DD. RGB value is (242,12,221). Sum of RGB (Red+Green+Blue) = 242+12+221=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 12 (5.08% from 255 or 2.53% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20CDD is #0DF322. Grayscale: #676767. Windows color (decimal): -914211 or 14486770. OLE color: 14486770.

HSL color Cylindrical-coordinate representation of color #F20CDD: hue angle of 305.48º degrees, saturation: 0.91, 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 #F20CDD is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 12 221 -
CMYK 0 0.95 0.09 0.05
HSL 305.48º 0.91% 0.5% -
HSV(B) 305.48º 0.95% 0.95% -
XYZ 49.8 24.36 70.48 -
YUV 104.6 193.7 226.01 -
System Red Green Blue C M Y K H S L
Decimal 242 12 221 0 0.95 0.09 0.05 305.48 0.91 0.5
Hex F2 C DD 0 5F 9 5 131 5B 32
Octal 362 14 335 0 137 11 5 461 133 62
Binary 11110010 1100 11011101 0 1011111 1001 101 100110001 1011011 110010

Color Harmonies of #F20CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20CDD

Black with #F20CDD

Text Example


Text Example

White with #F20CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20CDD; }

 p { color: rgb(242,12,221); }

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

background-color css

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

 a { background-color: rgb(242,12,221); }

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

border-color css

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

 span { border-color: rgb(242,12,221); }

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