Html Css Color HEX #F012D8 Hot Magenta

📋 copy color: '#F012D8'

red 240 ◦ green 18 ◦ blue 216

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

Shades of Hot Magenta #F012D8

Tints of Hot Magenta #F012D8

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.8%

 BLUE value IS 216 (84.77% from 255) = 45.57%

R = 50.63%
G = 3.8%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F012D8 (or 0xF012D8) is known color: Hot Magenta. HEX triplet: F0, 12 and D8. RGB value is (240,18,216). Sum of RGB (Red+Green+Blue) = 240+18+216=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 18 (7.42% from 255 or 3.80% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F012D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012D8 is #0FED27. Grayscale: #6A6A6A. Windows color (decimal): -1043752 or 14160624. OLE color: 14160624.

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

Color convert

RGB 240 18 216 -
CMYK 0 0.92 0.1 0.06
HSL 306.49º 0.88% 0.51% -
HSV(B) 306.49º 0.93% 0.94% -
XYZ 48.55 23.92 67.02 -
YUV 106.95 189.55 222.9 -
System Red Green Blue C M Y K H S L
Decimal 240 18 216 0 0.92 0.1 0.06 306.49 0.88 0.51
Hex F0 12 D8 0 5C A 6 132 58 33
Octal 360 22 330 0 134 12 6 462 130 63
Binary 11110000 10010 11011000 0 1011100 1010 110 100110010 1011000 110011

Color Harmonies of #F012D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012D8

Black with #F012D8

Text Example


Text Example

White with #F012D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012D8; }

 p { color: rgb(240,18,216); }

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

background-color css

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

 a { background-color: rgb(240,18,216); }

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

border-color css

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

 span { border-color: rgb(240,18,216); }

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