Html Css Color HEX #F513D7 Hot Magenta

📋 copy color: '#F513D7'

red 245 ◦ green 19 ◦ blue 215

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

Shades of Hot Magenta #F513D7

Tints of Hot Magenta #F513D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.89%

R = 51.15%
G = 3.97%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F513D7 (or 0xF513D7) is known color: Hot Magenta. HEX triplet: F5, 13 and D7. RGB value is (245,19,215). Sum of RGB (Red+Green+Blue) = 245+19+215=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 19 (7.81% from 255 or 3.97% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F513D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F513D7 is #0AEC28. Grayscale: #6C6C6C. Windows color (decimal): -715817 or 14095349. OLE color: 14095349.

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

Color convert

RGB 245 19 215 -
CMYK 0 0.92 0.12 0.04
HSL 307.96º 0.92% 0.52% -
HSV(B) 307.96º 0.92% 0.96% -
XYZ 50.15 24.78 66.43 -
YUV 108.92 187.87 225.06 -
System Red Green Blue C M Y K H S L
Decimal 245 19 215 0 0.92 0.12 0.04 307.96 0.92 0.52
Hex F5 13 D7 0 5C C 4 134 5C 34
Octal 365 23 327 0 134 14 4 464 134 64
Binary 11110101 10011 11010111 0 1011100 1100 100 100110100 1011100 110100

Color Harmonies of #F513D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F513D7

Black with #F513D7

Text Example


Text Example

White with #F513D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F513D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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