Html Css Color HEX #F513DF Hot Magenta

📋 copy color: '#F513DF'

red 245 ◦ green 19 ◦ blue 223

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

Shades of Hot Magenta #F513DF

Tints of Hot Magenta #F513DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 50.31%
G = 3.9%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F513DF (or 0xF513DF) is known color: Hot Magenta. HEX triplet: F5, 13 and DF. RGB value is (245,19,223). Sum of RGB (Red+Green+Blue) = 245+19+223=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 19 (7.81% from 255 or 3.90% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F513DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F513DF is #0AEC20. Grayscale: #6D6D6D. Windows color (decimal): -715809 or 14619637. OLE color: 14619637.

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

Color convert

RGB 245 19 223 -
CMYK 0 0.92 0.09 0.04
HSL 305.84º 0.92% 0.52% -
HSV(B) 305.84º 0.92% 0.96% -
XYZ 51.21 25.21 71.98 -
YUV 109.83 191.87 224.41 -
System Red Green Blue C M Y K H S L
Decimal 245 19 223 0 0.92 0.09 0.04 305.84 0.92 0.52
Hex F5 13 DF 0 5C 9 4 132 5C 34
Octal 365 23 337 0 134 11 4 462 134 64
Binary 11110101 10011 11011111 0 1011100 1001 100 100110010 1011100 110100

Color Harmonies of #F513DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F513DF

Black with #F513DF

Text Example


Text Example

White with #F513DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F513DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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