Html Css Color HEX #F513E4 Hot Magenta

📋 copy color: '#F513E4'

red 245 ◦ green 19 ◦ blue 228

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

Shades of Hot Magenta #F513E4

Tints of Hot Magenta #F513E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.34%

R = 49.8%
G = 3.86%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F513E4 (or 0xF513E4) is known color: Hot Magenta. HEX triplet: F5, 13 and E4. RGB value is (245,19,228). Sum of RGB (Red+Green+Blue) = 245+19+228=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 19 (7.81% from 255 or 3.86% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F513E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F513E4 is #0AEC1B. Grayscale: #6D6D6D. Windows color (decimal): -715804 or 14947317. OLE color: 14947317.

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

Color convert

RGB 245 19 228 -
CMYK 0 0.92 0.07 0.04
HSL 304.51º 0.92% 0.52% -
HSV(B) 304.51º 0.92% 0.96% -
XYZ 51.89 25.48 75.58 -
YUV 110.4 194.37 224.01 -
System Red Green Blue C M Y K H S L
Decimal 245 19 228 0 0.92 0.07 0.04 304.51 0.92 0.52
Hex F5 13 E4 0 5C 7 4 131 5C 34
Octal 365 23 344 0 134 7 4 461 134 64
Binary 11110101 10011 11100100 0 1011100 111 100 100110001 1011100 110100

Color Harmonies of #F513E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F513E4

Black with #F513E4

Text Example


Text Example

White with #F513E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F513E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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