Html Css Color HEX #F72EFF Magenta

📋 copy color: '#F72EFF'

red 247 ◦ green 46 ◦ blue 255

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

Shades of Magenta #F72EFF

Tints of Magenta #F72EFF

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 value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F72EFF (or 0xF72EFF) is known color: 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

RGB 247 46 255 -
CMYK 0.03 0.82 0 0
HSL 297.7º 1% 0.59% -
HSV(B) 297.7º 0.82% 1% -
XYZ 57.38 28.95 97.17 -
YUV 129.93 198.59 211.51 -
System Red Green Blue C M Y K H S L
Decimal 247 46 255 0.03 0.82 0 0 297.7 1 0.59
Hex F7 2E FF 3 52 0 0 12A 64 3B
Octal 367 56 377 3 122 0 0 452 144 73
Binary 11110111 101110 11111111 11 1010010 0 0 100101010 1100100 111011

Color Harmonies of #F72EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72EFF

Black with #F72EFF

Text Example


Text Example

White with #F72EFF

Text Example


Text Example

HTML Codes & Css Web 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>