#f72eff

Color #F72EFF Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F72EFF

Tints of Magenta #F72EFF

Color information

#F72EFF (or 0xF72EFF) is unknown color: approx Magenta. HEX triplet: F7, 2E and FF. RGB value is (247,46,255). Sum of RGB (Red+Green+Blue) = 247+46+255=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 46 (18.36% from 255 or 8.39% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #F72EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72EFF is #08D100. Grayscale: #818181. Windows color (decimal): -577793 or 16723703. OLE color: 16723703.

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

Color convert

RGB24746255-
CMYK0.030.8200
HSL297.7º100%59.02%-
HSV(B)297.7º81.96%100%-
XYZ57.3828.9597.17-
YUV129.92198.59211.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.07%
GREEN value IS 46 (18.36% from 255) = 8.39%
BLUE value IS 255 (100% from 255) = 46.53%
R=45.07%
G=8.39%
B=46.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal247462550.030.8200297.710059.02
HexF72EFF3520012a643b
Octal3675637731220045214473
Binary1111011110111011111111111010010001001010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f72eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f72eff; }

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

 H1.HeaderClassName
 {
   color: #f72eff;
 }
 .AnyTagClassName
 {
   color: #f72eff;
 }
</style>
background-color css

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

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

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

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

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

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