Html Css Color HEX #F012D4 Hot Magenta

📋 copy color: '#F012D4'

red 240 ◦ green 18 ◦ blue 212

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

Shades of Hot Magenta #F012D4

Tints of Hot Magenta #F012D4

RGB

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

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

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

R = 51.06%
G = 3.83%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F012D4 (or 0xF012D4) is known color: Hot Magenta. HEX triplet: F0, 12 and D4. RGB value is (240,18,212). Sum of RGB (Red+Green+Blue) = 240+18+212=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 18 (7.42% from 255 or 3.83% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F012D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012D4 is #0FED2B. Grayscale: #696969. Windows color (decimal): -1043756 or 13898480. OLE color: 13898480.

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

Color convert

RGB 240 18 212 -
CMYK 0 0.92 0.12 0.06
HSL 307.57º 0.88% 0.51% -
HSV(B) 307.57º 0.93% 0.94% -
XYZ 48.04 23.71 64.33 -
YUV 106.49 187.55 223.23 -
System Red Green Blue C M Y K H S L
Decimal 240 18 212 0 0.92 0.12 0.06 307.57 0.88 0.51
Hex F0 12 D4 0 5C C 6 134 58 33
Octal 360 22 324 0 134 14 6 464 130 63
Binary 11110000 10010 11010100 0 1011100 1100 110 100110100 1011000 110011

Color Harmonies of #F012D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012D4

Black with #F012D4

Text Example


Text Example

White with #F012D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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