Html Css Color HEX #F917DC Hot Magenta

📋 copy color: '#F917DC'

red 249 ◦ green 23 ◦ blue 220

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

Shades of Hot Magenta #F917DC

Tints of Hot Magenta #F917DC

RGB

 RED value IS 249 (97.66% from 255) = 50.61%

 GREEN value IS 23 (9.38% from 255) = 4.67%

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

R = 50.61%
G = 4.67%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F917DC (or 0xF917DC) is known color: Hot Magenta. HEX triplet: F9, 17 and DC. RGB value is (249,23,220). Sum of RGB (Red+Green+Blue) = 249+23+220=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 23 (9.38% from 255 or 4.67% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F917DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F917DC is #06E823. Grayscale: #707070. Windows color (decimal): -452644 or 14424057. OLE color: 14424057.

HSL color Cylindrical-coordinate representation of color #F917DC: hue angle of 307.7º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F917DC is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 23 220 -
CMYK 0 0.91 0.12 0.02
HSL 307.7º 0.95% 0.53% -
HSV(B) 307.7º 0.91% 0.98% -
XYZ 52.29 25.92 69.96 -
YUV 113.03 188.37 224.98 -
System Red Green Blue C M Y K H S L
Decimal 249 23 220 0 0.91 0.12 0.02 307.7 0.95 0.53
Hex F9 17 DC 0 5B C 2 134 5F 35
Octal 371 27 334 0 133 14 2 464 137 65
Binary 11111001 10111 11011100 0 1011011 1100 10 100110100 1011111 110101

Color Harmonies of #F917DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F917DC

Black with #F917DC

Text Example


Text Example

White with #F917DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F917DC; }

 p { color: rgb(249,23,220); }

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

background-color css

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

 a { background-color: rgb(249,23,220); }

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

border-color css

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

 span { border-color: rgb(249,23,220); }

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