Html Css Color HEX #F517DC Hot Magenta

📋 copy color: '#F517DC'

red 245 ◦ green 23 ◦ blue 220

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

Shades of Hot Magenta #F517DC

Tints of Hot Magenta #F517DC

RGB

 RED value IS 245 (96.09% from 255) = 50.2%

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

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

R = 50.2%
G = 4.71%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F517DC (or 0xF517DC) is known color: Hot Magenta. HEX triplet: F5, 17 and DC. RGB value is (245,23,220). Sum of RGB (Red+Green+Blue) = 245+23+220=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 23 (9.38% from 255 or 4.71% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F517DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F517DC is #0AE823. Grayscale: #6F6F6F. Windows color (decimal): -714788 or 14424053. OLE color: 14424053.

HSL color Cylindrical-coordinate representation of color #F517DC: hue angle of 306.76º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F517DC is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 23 220 -
CMYK 0 0.91 0.10 0.04
HSL 306.76º 0.92% 0.53% -
HSV(B) 306.76º 0.91% 0.96% -
XYZ 50.88 25.19 69.89 -
YUV 111.84 189.05 222.98 -
System Red Green Blue C M Y K H S L
Decimal 245 23 220 0 0.91 0.10 0.04 306.76 0.92 0.53
Hex F5 17 DC 0 5B A 4 133 5C 35
Octal 365 27 334 0 133 12 4 463 134 65
Binary 11110101 10111 11011100 0 1011011 1010 100 100110011 1011100 110101

Color Harmonies of #F517DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F517DC

Black with #F517DC

Text Example


Text Example

White with #F517DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F517DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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