Html Css Color HEX #F011D5 Hot Magenta

📋 copy color: '#F011D5'

red 240 ◦ green 17 ◦ blue 213

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

Shades of Hot Magenta #F011D5

Tints of Hot Magenta #F011D5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.62%

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

R = 51.06%
G = 3.62%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F011D5 (or 0xF011D5) is known color: Hot Magenta. HEX triplet: F0, 11 and D5. RGB value is (240,17,213). Sum of RGB (Red+Green+Blue) = 240+17+213=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 17 (7.03% from 255 or 3.62% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F011D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011D5 is #0FEE2A. Grayscale: #696969. Windows color (decimal): -1044011 or 13963760. OLE color: 13963760.

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

Color convert

RGB 240 17 213 -
CMYK 0 0.93 0.11 0.06
HSL 307.26º 0.88% 0.5% -
HSV(B) 307.26º 0.93% 0.94% -
XYZ 48.15 23.73 64.99 -
YUV 106.02 188.38 223.56 -
System Red Green Blue C M Y K H S L
Decimal 240 17 213 0 0.93 0.11 0.06 307.26 0.88 0.5
Hex F0 11 D5 0 5D B 6 133 58 32
Octal 360 21 325 0 135 13 6 463 130 62
Binary 11110000 10001 11010101 0 1011101 1011 110 100110011 1011000 110010

Color Harmonies of #F011D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011D5

Black with #F011D5

Text Example


Text Example

White with #F011D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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