Html Css Color HEX #F20DDB Hot Magenta

📋 copy color: '#F20DDB'

red 242 ◦ green 13 ◦ blue 219

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

Shades of Hot Magenta #F20DDB

Tints of Hot Magenta #F20DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 51.05%
G = 2.74%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F20DDB (or 0xF20DDB) is known color: Hot Magenta. HEX triplet: F2, 0D and DB. RGB value is (242,13,219). Sum of RGB (Red+Green+Blue) = 242+13+219=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 13 (5.47% from 255 or 2.74% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20DDB is #0DF224. Grayscale: #686868. Windows color (decimal): -913957 or 14355954. OLE color: 14355954.

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

Color convert

RGB 242 13 219 -
CMYK 0 0.95 0.10 0.05
HSL 306.03º 0.9% 0.5% -
HSV(B) 306.03º 0.95% 0.95% -
XYZ 49.55 24.28 69.09 -
YUV 104.96 192.37 225.75 -
System Red Green Blue C M Y K H S L
Decimal 242 13 219 0 0.95 0.10 0.05 306.03 0.9 0.5
Hex F2 D DB 0 5F A 5 132 5A 32
Octal 362 15 333 0 137 12 5 462 132 62
Binary 11110010 1101 11011011 0 1011111 1010 101 100110010 1011010 110010

Color Harmonies of #F20DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20DDB

Black with #F20DDB

Text Example


Text Example

White with #F20DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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