Html Css Color HEX #F72EFB Magenta

📋 copy color: '#F72EFB'

red 247 ◦ green 46 ◦ blue 251

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

Shades of Magenta #F72EFB

Tints of Magenta #F72EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.46%

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

R = 45.4%
G = 8.46%
B = 46.14%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F72EFB (or 0xF72EFB) is known color: Magenta. HEX triplet: F7, 2E and FB. RGB value is (247,46,251). Sum of RGB (Red+Green+Blue) = 247+46+251=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 46 (18.36% from 255 or 8.46% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #F72EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72EFB is #08D104. Grayscale: #808080. Windows color (decimal): -577797 or 16461559. OLE color: 16461559.

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

Color convert

RGB 247 46 251 -
CMYK 0.02 0.82 0 0.02
HSL 298.83º 0.96% 0.58% -
HSV(B) 298.83º 0.82% 0.98% -
XYZ 56.75 28.69 93.81 -
YUV 129.47 196.59 211.83 -
System Red Green Blue C M Y K H S L
Decimal 247 46 251 0.02 0.82 0 0.02 298.83 0.96 0.58
Hex F7 2E FB 2 52 0 2 12B 60 3A
Octal 367 56 373 2 122 0 2 453 140 72
Binary 11110111 101110 11111011 10 1010010 0 10 100101011 1100000 111010

Color Harmonies of #F72EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72EFB

Black with #F72EFB

Text Example


Text Example

White with #F72EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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