Html Css Color HEX #F517DD Hot Magenta

📋 copy color: '#F517DD'

red 245 ◦ green 23 ◦ blue 221

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

Shades of Hot Magenta #F517DD

Tints of Hot Magenta #F517DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 50.1%
G = 4.7%
B = 45.19%

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

#F517DD (or 0xF517DD) is known color: Hot Magenta. HEX triplet: F5, 17 and DD. RGB value is (245,23,221). Sum of RGB (Red+Green+Blue) = 245+23+221=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 23 (9.38% from 255 or 4.70% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F517DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F517DD is #0AE822. Grayscale: #6F6F6F. Windows color (decimal): -714787 or 14489589. OLE color: 14489589.

HSL color Cylindrical-coordinate representation of color #F517DD: hue angle of 306.49º 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 #F517DD is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 23 221 -
CMYK 0 0.91 0.10 0.04
HSL 306.49º 0.92% 0.53% -
HSV(B) 306.49º 0.91% 0.96% -
XYZ 51.01 25.25 70.59 -
YUV 111.95 189.55 222.9 -
System Red Green Blue C M Y K H S L
Decimal 245 23 221 0 0.91 0.10 0.04 306.49 0.92 0.53
Hex F5 17 DD 0 5B A 4 132 5C 35
Octal 365 27 335 0 133 12 4 462 134 65
Binary 11110101 10111 11011101 0 1011011 1010 100 100110010 1011100 110101

Color Harmonies of #F517DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F517DD

Black with #F517DD

Text Example


Text Example

White with #F517DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F517DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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