Html Css Color HEX #F719DC Hot Magenta

📋 copy color: '#F719DC'

red 247 ◦ green 25 ◦ blue 220

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

Shades of Hot Magenta #F719DC

Tints of Hot Magenta #F719DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 50.2%
G = 5.08%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F719DC (or 0xF719DC) is known color: Hot Magenta. HEX triplet: F7, 19 and DC. RGB value is (247,25,220). Sum of RGB (Red+Green+Blue) = 247+25+220=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 25 (10.16% from 255 or 5.08% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F719DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F719DC is #08E623. Grayscale: #717171. Windows color (decimal): -583204 or 14424567. OLE color: 14424567.

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

Color convert

RGB 247 25 220 -
CMYK 0 0.90 0.11 0.03
HSL 307.3º 0.93% 0.53% -
HSV(B) 307.3º 0.9% 0.97% -
XYZ 51.62 25.64 69.94 -
YUV 113.61 188.05 223.14 -
System Red Green Blue C M Y K H S L
Decimal 247 25 220 0 0.90 0.11 0.03 307.3 0.93 0.53
Hex F7 19 DC 0 5A B 3 133 5D 35
Octal 367 31 334 0 132 13 3 463 135 65
Binary 11110111 11001 11011100 0 1011010 1011 11 100110011 1011101 110101

Color Harmonies of #F719DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F719DC

Black with #F719DC

Text Example


Text Example

White with #F719DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F719DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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