Html Css Color HEX #F515D9 Hot Magenta

📋 copy color: '#F515D9'

red 245 ◦ green 21 ◦ blue 217

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

Shades of Hot Magenta #F515D9

Tints of Hot Magenta #F515D9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.35%

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

R = 50.72%
G = 4.35%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F515D9 (or 0xF515D9) is known color: Hot Magenta. HEX triplet: F5, 15 and D9. RGB value is (245,21,217). Sum of RGB (Red+Green+Blue) = 245+21+217=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F515D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F515D9 is #0AEA26. Grayscale: #6D6D6D. Windows color (decimal): -715303 or 14226933. OLE color: 14226933.

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

Color convert

RGB 245 21 217 -
CMYK 0 0.91 0.11 0.04
HSL 307.5º 0.92% 0.52% -
HSV(B) 307.5º 0.91% 0.96% -
XYZ 50.45 24.96 67.8 -
YUV 110.32 188.21 224.06 -
System Red Green Blue C M Y K H S L
Decimal 245 21 217 0 0.91 0.11 0.04 307.5 0.92 0.52
Hex F5 15 D9 0 5B B 4 134 5C 34
Octal 365 25 331 0 133 13 4 464 134 64
Binary 11110101 10101 11011001 0 1011011 1011 100 100110100 1011100 110100

Color Harmonies of #F515D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F515D9

Black with #F515D9

Text Example


Text Example

White with #F515D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F515D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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