Html Css Color HEX #F20CF6 Magenta

📋 copy color: '#F20CF6'

red 242 ◦ green 12 ◦ blue 246

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

Shades of Magenta #F20CF6

Tints of Magenta #F20CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.2%

R = 48.4%
G = 2.4%
B = 49.2%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F20CF6 (or 0xF20CF6) is known color: Magenta. HEX triplet: F2, 0C and F6. RGB value is (242,12,246). Sum of RGB (Red+Green+Blue) = 242+12+246=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 12 (5.08% from 255 or 2.4% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #F20CF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20CF6 is #0DF309. Grayscale: #6A6A6A. Windows color (decimal): -914186 or 16125170. OLE color: 16125170.

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

Color convert

RGB 242 12 246 -
CMYK 0.02 0.95 0 0.04
HSL 298.97º 0.93% 0.51% -
HSV(B) 298.97º 0.95% 0.96% -
XYZ 53.38 25.79 89.35 -
YUV 107.45 206.2 223.97 -
System Red Green Blue C M Y K H S L
Decimal 242 12 246 0.02 0.95 0 0.04 298.97 0.93 0.51
Hex F2 C F6 2 5F 0 4 12B 5D 33
Octal 362 14 366 2 137 0 4 453 135 63
Binary 11110010 1100 11110110 10 1011111 0 100 100101011 1011101 110011

Color Harmonies of #F20CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20CF6

Black with #F20CF6

Text Example


Text Example

White with #F20CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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