Html Css Color HEX #F720FE Magenta

📋 copy color: '#F720FE'

red 247 ◦ green 32 ◦ blue 254

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

Shades of Magenta #F720FE

Tints of Magenta #F720FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 46.34%
G = 6%
B = 47.65%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F720FE (or 0xF720FE) is known color: Magenta. HEX triplet: F7, 20 and FE. RGB value is (247,32,254). Sum of RGB (Red+Green+Blue) = 247+32+254=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 32 (12.89% from 255 or 6.00% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #F720FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F720FE is #08DF01. Grayscale: #787878. Windows color (decimal): -581378 or 16654583. OLE color: 16654583.

HSL color Cylindrical-coordinate representation of color #F720FE: hue angle of 298.11º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F720FE is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 247 32 254 -
CMYK 0.03 0.87 0 0.00
HSL 298.11º 0.99% 0.56% -
HSV(B) 298.11º 0.87% 1% -
XYZ 56.76 27.96 96.17 -
YUV 121.59 202.73 217.45 -
System Red Green Blue C M Y K H S L
Decimal 247 32 254 0.03 0.87 0 0.00 298.11 0.99 0.56
Hex F7 20 FE 3 57 0 0 12A 63 38
Octal 367 40 376 3 127 0 0 452 143 70
Binary 11110111 100000 11111110 11 1010111 0 0 100101010 1100011 111000

Color Harmonies of #F720FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F720FE

Black with #F720FE

Text Example


Text Example

White with #F720FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F720FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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