Html Css Color HEX #F721F7 Magenta

📋 copy color: '#F721F7'

red 247 ◦ green 33 ◦ blue 247

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

Shades of Magenta #F721F7

Tints of Magenta #F721F7

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.26%

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

R = 46.87%
G = 6.26%
B = 46.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F721F7 (or 0xF721F7) is known color: Magenta. HEX triplet: F7, 21 and F7. RGB value is (247,33,247). Sum of RGB (Red+Green+Blue) = 247+33+247=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 33 (13.28% from 255 or 6.26% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F721F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F721F7 is #08DE08. Grayscale: #787878. Windows color (decimal): -581129 or 16196087. OLE color: 16196087.

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

Color convert

RGB 247 33 247 -
CMYK 0 0.87 0 0.03
HSL 300º 0.93% 0.55% -
HSV(B) 300º 0.87% 0.97% -
XYZ 55.69 27.58 90.38 -
YUV 121.38 198.9 217.6 -
System Red Green Blue C M Y K H S L
Decimal 247 33 247 0 0.87 0 0.03 300 0.93 0.55
Hex F7 21 F7 0 57 0 3 12C 5D 37
Octal 367 41 367 0 127 0 3 454 135 67
Binary 11110111 100001 11110111 0 1010111 0 11 100101100 1011101 110111

Color Harmonies of #F721F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F721F7

Black with #F721F7

Text Example


Text Example

White with #F721F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F721F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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