Html Css Color HEX #F20BDD Hot Magenta

📋 copy color: '#F20BDD'

red 242 ◦ green 11 ◦ blue 221

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

Shades of Hot Magenta #F20BDD

Tints of Hot Magenta #F20BDD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.32%

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

R = 51.05%
G = 2.32%
B = 46.62%

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

#F20BDD (or 0xF20BDD) is known color: Hot Magenta. HEX triplet: F2, 0B and DD. RGB value is (242,11,221). Sum of RGB (Red+Green+Blue) = 242+11+221=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 11 (4.69% from 255 or 2.32% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20BDD is #0DF422. Grayscale: #676767. Windows color (decimal): -914467 or 14486514. OLE color: 14486514.

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

Color convert

RGB 242 11 221 -
CMYK 0 0.95 0.09 0.05
HSL 305.45º 0.91% 0.5% -
HSV(B) 305.45º 0.95% 0.95% -
XYZ 49.79 24.34 70.48 -
YUV 104.01 194.03 226.42 -
System Red Green Blue C M Y K H S L
Decimal 242 11 221 0 0.95 0.09 0.05 305.45 0.91 0.5
Hex F2 B DD 0 5F 9 5 131 5B 32
Octal 362 13 335 0 137 11 5 461 133 62
Binary 11110010 1011 11011101 0 1011111 1001 101 100110001 1011011 110010

Color Harmonies of #F20BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20BDD

Black with #F20BDD

Text Example


Text Example

White with #F20BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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