Html Css Color HEX #F72AFF Magenta

📋 copy color: '#F72AFF'

red 247 ◦ green 42 ◦ blue 255

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

Shades of Magenta #F72AFF

Tints of Magenta #F72AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.88%

R = 45.4%
G = 7.72%
B = 46.88%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F72AFF (or 0xF72AFF) is known color: Magenta. HEX triplet: F7, 2A and FF. RGB value is (247,42,255). Sum of RGB (Red+Green+Blue) = 247+42+255=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 42 (16.80% from 255 or 7.72% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #F72AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72AFF is #08D500. Grayscale: #7E7E7E. Windows color (decimal): -578817 or 16722679. OLE color: 16722679.

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

Color convert

RGB 247 42 255 -
CMYK 0.03 0.84 0 0
HSL 297.75º 1% 0.58% -
HSV(B) 297.75º 0.84% 1% -
XYZ 57.24 28.65 97.12 -
YUV 127.58 199.92 213.18 -
System Red Green Blue C M Y K H S L
Decimal 247 42 255 0.03 0.84 0 0 297.75 1 0.58
Hex F7 2A FF 3 54 0 0 12A 64 3A
Octal 367 52 377 3 124 0 0 452 144 72
Binary 11110111 101010 11111111 11 1010100 0 0 100101010 1100100 111010

Color Harmonies of #F72AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72AFF

Black with #F72AFF

Text Example


Text Example

White with #F72AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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