Html Css Color HEX #F720EF Magenta

📋 copy color: '#F720EF'

red 247 ◦ green 32 ◦ blue 239

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

Shades of Magenta #F720EF

Tints of Magenta #F720EF

RGB

 RED value IS 247 (96.88% from 255) = 47.68%

 GREEN value IS 32 (12.89% from 255) = 6.18%

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 47.68%
G = 6.18%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F720EF (or 0xF720EF) is known color: Magenta. HEX triplet: F7, 20 and EF. RGB value is (247,32,239). Sum of RGB (Red+Green+Blue) = 247+32+239=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 32 (12.89% from 255 or 6.18% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F720EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F720EF is #08DF10. Grayscale: #777777. Windows color (decimal): -581393 or 15671543. OLE color: 15671543.

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

Color convert

RGB 247 32 239 -
CMYK 0 0.87 0.03 0.03
HSL 302.23º 0.93% 0.55% -
HSV(B) 302.23º 0.87% 0.97% -
XYZ 54.45 27.04 84.01 -
YUV 119.88 195.23 218.67 -
System Red Green Blue C M Y K H S L
Decimal 247 32 239 0 0.87 0.03 0.03 302.23 0.93 0.55
Hex F7 20 EF 0 57 3 3 12E 5D 37
Octal 367 40 357 0 127 3 3 456 135 67
Binary 11110111 100000 11101111 0 1010111 11 11 100101110 1011101 110111

Color Harmonies of #F720EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F720EF

Black with #F720EF

Text Example


Text Example

White with #F720EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F720EF; }

 p { color: rgb(247,32,239); }

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

background-color css

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

 a { background-color: rgb(247,32,239); }

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

border-color css

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

 span { border-color: rgb(247,32,239); }

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