Html Css Color HEX #F513D9 Hot Magenta

📋 copy color: '#F513D9'

red 245 ◦ green 19 ◦ blue 217

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

Shades of Hot Magenta #F513D9

Tints of Hot Magenta #F513D9

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.95%

 BLUE value IS 217 (85.16% from 255) = 45.11%

R = 50.94%
G = 3.95%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F513D9 (or 0xF513D9) is known color: Hot Magenta. HEX triplet: F5, 13 and D9. RGB value is (245,19,217). Sum of RGB (Red+Green+Blue) = 245+19+217=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 19 (7.81% from 255 or 3.95% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F513D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F513D9 is #0AEC26. Grayscale: #6C6C6C. Windows color (decimal): -715815 or 14226421. OLE color: 14226421.

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

Color convert

RGB 245 19 217 -
CMYK 0 0.92 0.11 0.04
HSL 307.43º 0.92% 0.52% -
HSV(B) 307.43º 0.92% 0.96% -
XYZ 50.41 24.89 67.79 -
YUV 109.15 188.87 224.9 -
System Red Green Blue C M Y K H S L
Decimal 245 19 217 0 0.92 0.11 0.04 307.43 0.92 0.52
Hex F5 13 D9 0 5C B 4 133 5C 34
Octal 365 23 331 0 134 13 4 463 134 64
Binary 11110101 10011 11011001 0 1011100 1011 100 100110011 1011100 110100

Color Harmonies of #F513D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F513D9

Black with #F513D9

Text Example


Text Example

White with #F513D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F513D9; }

 p { color: rgb(245,19,217); }

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

background-color css

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

 a { background-color: rgb(245,19,217); }

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

border-color css

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

 span { border-color: rgb(245,19,217); }

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