Html Css Color HEX #F721FD Magenta

📋 copy color: '#F721FD'

red 247 ◦ green 33 ◦ blue 253

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

Shades of Magenta #F721FD

Tints of Magenta #F721FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.47%

R = 46.34%
G = 6.19%
B = 47.47%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F721FD (or 0xF721FD) is known color: Magenta. HEX triplet: F7, 21 and FD. RGB value is (247,33,253). Sum of RGB (Red+Green+Blue) = 247+33+253=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 33 (13.28% from 255 or 6.19% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #F721FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F721FD is #08DE02. Grayscale: #797979. Windows color (decimal): -581123 or 16589303. OLE color: 16589303.

HSL color Cylindrical-coordinate representation of color #F721FD: hue angle of 298.36º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F721FD is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 33 253 -
CMYK 0.02 0.87 0 0.01
HSL 298.36º 0.98% 0.56% -
HSV(B) 298.36º 0.87% 0.99% -
XYZ 56.63 27.95 95.34 -
YUV 122.07 201.9 217.11 -
System Red Green Blue C M Y K H S L
Decimal 247 33 253 0.02 0.87 0 0.01 298.36 0.98 0.56
Hex F7 21 FD 2 57 0 1 12A 62 38
Octal 367 41 375 2 127 0 1 452 142 70
Binary 11110111 100001 11111101 10 1010111 0 1 100101010 1100010 111000

Color Harmonies of #F721FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F721FD

Black with #F721FD

Text Example


Text Example

White with #F721FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F721FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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