Html Css Color HEX #F20DF8 Magenta

📋 copy color: '#F20DF8'

red 242 ◦ green 13 ◦ blue 248

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

Shades of Magenta #F20DF8

Tints of Magenta #F20DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.3%

R = 48.11%
G = 2.58%
B = 49.3%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F20DF8 (or 0xF20DF8) is known color: Magenta. HEX triplet: F2, 0D and F8. RGB value is (242,13,248). Sum of RGB (Red+Green+Blue) = 242+13+248=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 13 (5.47% from 255 or 2.58% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #F20DF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20DF8 is #0DF207. Grayscale: #6B6B6B. Windows color (decimal): -913928 or 16256498. OLE color: 16256498.

HSL color Cylindrical-coordinate representation of color #F20DF8: hue angle of 298.47º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20DF8 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 13 248 -
CMYK 0.02 0.95 0 0.03
HSL 298.47º 0.94% 0.51% -
HSV(B) 298.47º 0.95% 0.97% -
XYZ 53.71 25.94 90.98 -
YUV 108.26 206.87 223.39 -
System Red Green Blue C M Y K H S L
Decimal 242 13 248 0.02 0.95 0 0.03 298.47 0.94 0.51
Hex F2 D F8 2 5F 0 3 12A 5E 33
Octal 362 15 370 2 137 0 3 452 136 63
Binary 11110010 1101 11111000 10 1011111 0 11 100101010 1011110 110011

Color Harmonies of #F20DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20DF8

Black with #F20DF8

Text Example


Text Example

White with #F20DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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