Html Css Color HEX #F20FF7 Magenta

📋 copy color: '#F20FF7'

red 242 ◦ green 15 ◦ blue 247

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

Shades of Magenta #F20FF7

Tints of Magenta #F20FF7

RGB

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

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

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

R = 48.02%
G = 2.98%
B = 49.01%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F20FF7 (or 0xF20FF7) is known color: Magenta. HEX triplet: F2, 0F and F7. RGB value is (242,15,247). Sum of RGB (Red+Green+Blue) = 242+15+247=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 15 (6.25% from 255 or 2.98% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #F20FF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20FF7 is #0DF008. Grayscale: #6C6C6C. Windows color (decimal): -913417 or 16191474. OLE color: 16191474.

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

Color convert

RGB 242 15 247 -
CMYK 0.02 0.94 0 0.03
HSL 298.71º 0.94% 0.51% -
HSV(B) 298.71º 0.94% 0.97% -
XYZ 53.58 25.93 90.18 -
YUV 109.32 205.71 222.64 -
System Red Green Blue C M Y K H S L
Decimal 242 15 247 0.02 0.94 0 0.03 298.71 0.94 0.51
Hex F2 F F7 2 5E 0 3 12B 5E 33
Octal 362 17 367 2 136 0 3 453 136 63
Binary 11110010 1111 11110111 10 1011110 0 11 100101011 1011110 110011

Color Harmonies of #F20FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20FF7

Black with #F20FF7

Text Example


Text Example

White with #F20FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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