Html Css Color HEX #F720EA Magenta

📋 copy color: '#F720EA'

red 247 ◦ green 32 ◦ blue 234

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

Shades of Magenta #F720EA

Tints of Magenta #F720EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 48.15%
G = 6.24%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F720EA (or 0xF720EA) is known color: Magenta. HEX triplet: F7, 20 and EA. RGB value is (247,32,234). Sum of RGB (Red+Green+Blue) = 247+32+234=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 32 (12.89% from 255 or 6.24% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F720EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F720EA is #08DF15. Grayscale: #767676. Windows color (decimal): -581398 or 15343863. OLE color: 15343863.

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

Color convert

RGB 247 32 234 -
CMYK 0 0.87 0.05 0.03
HSL 303.63º 0.93% 0.55% -
HSV(B) 303.63º 0.87% 0.97% -
XYZ 53.73 26.75 80.17 -
YUV 119.31 192.73 219.07 -
System Red Green Blue C M Y K H S L
Decimal 247 32 234 0 0.87 0.05 0.03 303.63 0.93 0.55
Hex F7 20 EA 0 57 5 3 130 5D 37
Octal 367 40 352 0 127 5 3 460 135 67
Binary 11110111 100000 11101010 0 1010111 101 11 100110000 1011101 110111

Color Harmonies of #F720EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F720EA

Black with #F720EA

Text Example


Text Example

White with #F720EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F720EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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