Html Css Color HEX #F20FDF Hot Magenta

📋 copy color: '#F20FDF'

red 242 ◦ green 15 ◦ blue 223

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

Shades of Hot Magenta #F20FDF

Tints of Hot Magenta #F20FDF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.13%

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 50.42%
G = 3.13%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F20FDF (or 0xF20FDF) is known color: Hot Magenta. HEX triplet: F2, 0F and DF. RGB value is (242,15,223). Sum of RGB (Red+Green+Blue) = 242+15+223=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 15 (6.25% from 255 or 3.12% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F20FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20FDF is #0DF020. Grayscale: #696969. Windows color (decimal): -913441 or 14618610. OLE color: 14618610.

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

Color convert

RGB 242 15 223 -
CMYK 0 0.94 0.08 0.05
HSL 305.02º 0.9% 0.5% -
HSV(B) 305.02º 0.94% 0.95% -
XYZ 50.11 24.55 71.91 -
YUV 106.59 193.71 224.59 -
System Red Green Blue C M Y K H S L
Decimal 242 15 223 0 0.94 0.08 0.05 305.02 0.9 0.5
Hex F2 F DF 0 5E 8 5 131 5A 32
Octal 362 17 337 0 136 10 5 461 132 62
Binary 11110010 1111 11011111 0 1011110 1000 101 100110001 1011010 110010

Color Harmonies of #F20FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20FDF

Black with #F20FDF

Text Example


Text Example

White with #F20FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20FDF; }

 p { color: rgb(242,15,223); }

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

background-color css

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

 a { background-color: rgb(242,15,223); }

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

border-color css

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

 span { border-color: rgb(242,15,223); }

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