Html Css Color HEX #F011D4 Hot Magenta

📋 copy color: '#F011D4'

red 240 ◦ green 17 ◦ blue 212

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

Shades of Hot Magenta #F011D4

Tints of Hot Magenta #F011D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.2%

R = 51.17%
G = 3.62%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F011D4 (or 0xF011D4) is known color: Hot Magenta. HEX triplet: F0, 11 and D4. RGB value is (240,17,212). Sum of RGB (Red+Green+Blue) = 240+17+212=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F011D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011D4 is #0FEE2B. Grayscale: #696969. Windows color (decimal): -1044012 or 13898224. OLE color: 13898224.

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

Color convert

RGB 240 17 212 -
CMYK 0 0.93 0.12 0.06
HSL 307.53º 0.88% 0.5% -
HSV(B) 307.53º 0.93% 0.94% -
XYZ 48.02 23.68 64.33 -
YUV 105.91 187.88 223.64 -
System Red Green Blue C M Y K H S L
Decimal 240 17 212 0 0.93 0.12 0.06 307.53 0.88 0.5
Hex F0 11 D4 0 5D C 6 134 58 32
Octal 360 21 324 0 135 14 6 464 130 62
Binary 11110000 10001 11010100 0 1011101 1100 110 100110100 1011000 110010

Color Harmonies of #F011D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011D4

Black with #F011D4

Text Example


Text Example

White with #F011D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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