Html Css Color HEX #F72FFB Magenta

📋 copy color: '#F72FFB'

red 247 ◦ green 47 ◦ blue 251

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

Shades of Magenta #F72FFB

Tints of Magenta #F72FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.06%

R = 45.32%
G = 8.62%
B = 46.06%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F72FFB (or 0xF72FFB) is known color: Magenta. HEX triplet: F7, 2F and FB. RGB value is (247,47,251). Sum of RGB (Red+Green+Blue) = 247+47+251=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 47 (18.75% from 255 or 8.62% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #F72FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72FFB is #08D004. Grayscale: #818181. Windows color (decimal): -577541 or 16461815. OLE color: 16461815.

HSL color Cylindrical-coordinate representation of color #F72FFB: hue angle of 298.82º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72FFB is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 47 251 -
CMYK 0.02 0.81 0 0.02
HSL 298.82º 0.96% 0.58% -
HSV(B) 298.82º 0.81% 0.98% -
XYZ 56.79 28.77 93.83 -
YUV 130.06 196.26 211.41 -
System Red Green Blue C M Y K H S L
Decimal 247 47 251 0.02 0.81 0 0.02 298.82 0.96 0.58
Hex F7 2F FB 2 51 0 2 12B 60 3A
Octal 367 57 373 2 121 0 2 453 140 72
Binary 11110111 101111 11111011 10 1010001 0 10 100101011 1100000 111010

Color Harmonies of #F72FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72FFB

Black with #F72FFB

Text Example


Text Example

White with #F72FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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