Html Css Color HEX #F72AF5 Magenta

📋 copy color: '#F72AF5'

red 247 ◦ green 42 ◦ blue 245

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

Shades of Magenta #F72AF5

Tints of Magenta #F72AF5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.87%

 BLUE value IS 245 (96.09% from 255) = 45.88%

R = 46.25%
G = 7.87%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F72AF5 (or 0xF72AF5) is known color: Magenta. HEX triplet: F7, 2A and F5. RGB value is (247,42,245). Sum of RGB (Red+Green+Blue) = 247+42+245=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 42 (16.80% from 255 or 7.87% from 534); Blue value is 245 (96.09% from 255 or 45.88% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F72AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72AF5 is #08D50A. Grayscale: #7D7D7D. Windows color (decimal): -578827 or 16067319. OLE color: 16067319.

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

Color convert

RGB 247 42 245 -
CMYK 0 0.83 0.01 0.03
HSL 300.59º 0.93% 0.57% -
HSV(B) 300.59º 0.83% 0.97% -
XYZ 55.67 28.02 88.86 -
YUV 126.44 194.92 213.99 -
System Red Green Blue C M Y K H S L
Decimal 247 42 245 0 0.83 0.01 0.03 300.59 0.93 0.57
Hex F7 2A F5 0 53 1 3 12D 5D 39
Octal 367 52 365 0 123 1 3 455 135 71
Binary 11110111 101010 11110101 0 1010011 1 11 100101101 1011101 111001

Color Harmonies of #F72AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72AF5

Black with #F72AF5

Text Example


Text Example

White with #F72AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72AF5; }

 p { color: rgb(247,42,245); }

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

background-color css

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

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

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

border-color css

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

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

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