Html Css Color HEX #F72CF7 Magenta

📋 copy color: '#F72CF7'

red 247 ◦ green 44 ◦ blue 247

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

Shades of Magenta #F72CF7

Tints of Magenta #F72CF7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.18%

 BLUE value IS 247 (96.88% from 255) = 45.91%

R = 45.91%
G = 8.18%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F72CF7 (or 0xF72CF7) is known color: Magenta. HEX triplet: F7, 2C and F7. RGB value is (247,44,247). Sum of RGB (Red+Green+Blue) = 247+44+247=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 44 (17.58% from 255 or 8.18% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F72CF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72CF7 is #08D308. Grayscale: #7F7F7F. Windows color (decimal): -578313 or 16198903. OLE color: 16198903.

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

Color convert

RGB 247 44 247 -
CMYK 0 0.82 0 0.03
HSL 300º 0.93% 0.57% -
HSV(B) 300º 0.82% 0.97% -
XYZ 56.05 28.29 90.5 -
YUV 127.84 195.25 212.99 -
System Red Green Blue C M Y K H S L
Decimal 247 44 247 0 0.82 0 0.03 300 0.93 0.57
Hex F7 2C F7 0 52 0 3 12C 5D 39
Octal 367 54 367 0 122 0 3 454 135 71
Binary 11110111 101100 11110111 0 1010010 0 11 100101100 1011101 111001

Color Harmonies of #F72CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72CF7

Black with #F72CF7

Text Example


Text Example

White with #F72CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72CF7; }

 p { color: rgb(247,44,247); }

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

background-color css

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

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

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

border-color css

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

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

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