Html Css Color HEX #F20CF7 Magenta

📋 copy color: '#F20CF7'

red 242 ◦ green 12 ◦ blue 247

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

Shades of Magenta #F20CF7

Tints of Magenta #F20CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.3%

R = 48.3%
G = 2.4%
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

#F20CF7 (or 0xF20CF7) is known color: Magenta. HEX triplet: F2, 0C and F7. RGB value is (242,12,247). Sum of RGB (Red+Green+Blue) = 242+12+247=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 12 (5.08% from 255 or 2.40% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 247 - color contains mainly: blue. Hex color #F20CF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20CF7 is #0DF308. Grayscale: #6A6A6A. Windows color (decimal): -914185 or 16190706. OLE color: 16190706.

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

Color convert

RGB 242 12 247 -
CMYK 0.02 0.95 0 0.03
HSL 298.72º 0.94% 0.51% -
HSV(B) 298.72º 0.95% 0.97% -
XYZ 53.54 25.86 90.16 -
YUV 107.56 206.7 223.89 -
System Red Green Blue C M Y K H S L
Decimal 242 12 247 0.02 0.95 0 0.03 298.72 0.94 0.51
Hex F2 C F7 2 5F 0 3 12B 5E 33
Octal 362 14 367 2 137 0 3 453 136 63
Binary 11110010 1100 11110111 10 1011111 0 11 100101011 1011110 110011

Color Harmonies of #F20CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20CF7

Black with #F20CF7

Text Example


Text Example

White with #F20CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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