Html Css Color HEX #F72FFC Magenta

📋 copy color: '#F72FFC'

red 247 ◦ green 47 ◦ blue 252

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

Shades of Magenta #F72FFC

Tints of Magenta #F72FFC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.61%

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 45.24%
G = 8.61%
B = 46.15%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F72FFC (or 0xF72FFC) is known color: Magenta. HEX triplet: F7, 2F and FC. RGB value is (247,47,252). Sum of RGB (Red+Green+Blue) = 247+47+252=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 47 (18.75% from 255 or 8.61% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #F72FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72FFC is #08D003. Grayscale: #818181. Windows color (decimal): -577540 or 16527351. OLE color: 16527351.

HSL color Cylindrical-coordinate representation of color #F72FFC: hue angle of 298.54º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72FFC is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 47 252 -
CMYK 0.02 0.81 0 0.01
HSL 298.54º 0.97% 0.59% -
HSV(B) 298.54º 0.81% 0.99% -
XYZ 56.94 28.84 94.66 -
YUV 130.17 196.76 211.33 -
System Red Green Blue C M Y K H S L
Decimal 247 47 252 0.02 0.81 0 0.01 298.54 0.97 0.59
Hex F7 2F FC 2 51 0 1 12B 61 3B
Octal 367 57 374 2 121 0 1 453 141 73
Binary 11110111 101111 11111100 10 1010001 0 1 100101011 1100001 111011

Color Harmonies of #F72FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72FFC

Black with #F72FFC

Text Example


Text Example

White with #F72FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72FFC; }

 p { color: rgb(247,47,252); }

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

background-color css

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

 a { background-color: rgb(247,47,252); }

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

border-color css

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

 span { border-color: rgb(247,47,252); }

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