Html Css Color HEX #F721F1 Magenta

📋 copy color: '#F721F1'

red 247 ◦ green 33 ◦ blue 241

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

Shades of Magenta #F721F1

Tints of Magenta #F721F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.26%

R = 47.41%
G = 6.33%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F721F1 (or 0xF721F1) is known color: Magenta. HEX triplet: F7, 21 and F1. RGB value is (247,33,241). Sum of RGB (Red+Green+Blue) = 247+33+241=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 33 (13.28% from 255 or 6.33% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F721F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F721F1 is #08DE0E. Grayscale: #787878. Windows color (decimal): -581135 or 15802871. OLE color: 15802871.

HSL color Cylindrical-coordinate representation of color #F721F1: hue angle of 301.68º 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 #F721F1 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 33 241 -
CMYK 0 0.87 0.02 0.03
HSL 301.68º 0.93% 0.55% -
HSV(B) 301.68º 0.87% 0.97% -
XYZ 54.78 27.21 85.58 -
YUV 120.7 195.9 218.09 -
System Red Green Blue C M Y K H S L
Decimal 247 33 241 0 0.87 0.02 0.03 301.68 0.93 0.55
Hex F7 21 F1 0 57 2 3 12E 5D 37
Octal 367 41 361 0 127 2 3 456 135 67
Binary 11110111 100001 11110001 0 1010111 10 11 100101110 1011101 110111

Color Harmonies of #F721F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F721F1

Black with #F721F1

Text Example


Text Example

White with #F721F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F721F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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