Html Css Color HEX #F72EFE Magenta

📋 copy color: '#F72EFE'

red 247 ◦ green 46 ◦ blue 254

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

Shades of Magenta #F72EFE

Tints of Magenta #F72EFE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.41%

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

R = 45.16%
G = 8.41%
B = 46.44%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F72EFE (or 0xF72EFE) is known color: Magenta. HEX triplet: F7, 2E and FE. RGB value is (247,46,254). Sum of RGB (Red+Green+Blue) = 247+46+254=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 46 (18.36% from 255 or 8.41% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #F72EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72EFE is #08D101. Grayscale: #818181. Windows color (decimal): -577794 or 16658167. OLE color: 16658167.

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

Color convert

RGB 247 46 254 -
CMYK 0.03 0.82 0 0.00
HSL 297.98º 0.99% 0.59% -
HSV(B) 297.98º 0.82% 1% -
XYZ 57.22 28.88 96.33 -
YUV 129.81 198.09 211.59 -
System Red Green Blue C M Y K H S L
Decimal 247 46 254 0.03 0.82 0 0.00 297.98 0.99 0.59
Hex F7 2E FE 3 52 0 0 12A 63 3B
Octal 367 56 376 3 122 0 0 452 143 73
Binary 11110111 101110 11111110 11 1010010 0 0 100101010 1100011 111011

Color Harmonies of #F72EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72EFE

Black with #F72EFE

Text Example


Text Example

White with #F72EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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