Html Css Color HEX #F719FC Magenta

📋 copy color: '#F719FC'

red 247 ◦ green 25 ◦ blue 252

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

Shades of Magenta #F719FC

Tints of Magenta #F719FC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.77%

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 47.14%
G = 4.77%
B = 48.09%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F719FC (or 0xF719FC) is known color: Magenta. HEX triplet: F7, 19 and FC. RGB value is (247,25,252). Sum of RGB (Red+Green+Blue) = 247+25+252=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 25 (10.16% from 255 or 4.77% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #F719FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F719FC is #08E603. Grayscale: #747474. Windows color (decimal): -583172 or 16521719. OLE color: 16521719.

HSL color Cylindrical-coordinate representation of color #F719FC: hue angle of 298.68º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F719FC is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 25 252 -
CMYK 0.02 0.90 0 0.01
HSL 298.68º 0.97% 0.54% -
HSV(B) 298.68º 0.9% 0.99% -
XYZ 56.28 27.5 94.44 -
YUV 117.26 204.05 220.54 -
System Red Green Blue C M Y K H S L
Decimal 247 25 252 0.02 0.90 0 0.01 298.68 0.97 0.54
Hex F7 19 FC 2 5A 0 1 12B 61 36
Octal 367 31 374 2 132 0 1 453 141 66
Binary 11110111 11001 11111100 10 1011010 0 1 100101011 1100001 110110

Color Harmonies of #F719FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F719FC

Black with #F719FC

Text Example


Text Example

White with #F719FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F719FC; }

 p { color: rgb(247,25,252); }

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

background-color css

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

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

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

border-color css

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

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

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