Html Css Color HEX #F013D5 Hot Magenta

📋 copy color: '#F013D5'

red 240 ◦ green 19 ◦ blue 213

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

Shades of Hot Magenta #F013D5

Tints of Hot Magenta #F013D5

RGB

 RED value IS 240 (94.14% from 255) = 50.85%

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

 BLUE value IS 213 (83.59% from 255) = 45.13%

R = 50.85%
G = 4.03%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F013D5 (or 0xF013D5) is known color: Hot Magenta. HEX triplet: F0, 13 and D5. RGB value is (240,19,213). Sum of RGB (Red+Green+Blue) = 240+19+213=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F013D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013D5 is #0FEC2A. Grayscale: #6A6A6A. Windows color (decimal): -1043499 or 13964272. OLE color: 13964272.

HSL color Cylindrical-coordinate representation of color #F013D5: hue angle of 307.33º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F013D5 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 213 -
CMYK 0 0.92 0.11 0.06
HSL 307.33º 0.88% 0.51% -
HSV(B) 307.33º 0.92% 0.94% -
XYZ 48.18 23.8 65 -
YUV 107.2 187.72 222.73 -
System Red Green Blue C M Y K H S L
Decimal 240 19 213 0 0.92 0.11 0.06 307.33 0.88 0.51
Hex F0 13 D5 0 5C B 6 133 58 33
Octal 360 23 325 0 134 13 6 463 130 63
Binary 11110000 10011 11010101 0 1011100 1011 110 100110011 1011000 110011

Color Harmonies of #F013D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013D5

Black with #F013D5

Text Example


Text Example

White with #F013D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013D5; }

 p { color: rgb(240,19,213); }

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

background-color css

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

 a { background-color: rgb(240,19,213); }

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

border-color css

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

 span { border-color: rgb(240,19,213); }

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