Html Css Color HEX #F012DF Hot Magenta

📋 copy color: '#F012DF'

red 240 ◦ green 18 ◦ blue 223

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

Shades of Hot Magenta #F012DF

Tints of Hot Magenta #F012DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 49.9%
G = 3.74%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F012DF (or 0xF012DF) is known color: Hot Magenta. HEX triplet: F0, 12 and DF. RGB value is (240,18,223). Sum of RGB (Red+Green+Blue) = 240+18+223=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 18 (7.42% from 255 or 3.74% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F012DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012DF is #0FED20. Grayscale: #6B6B6B. Windows color (decimal): -1043745 or 14619376. OLE color: 14619376.

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

Color convert

RGB 240 18 223 -
CMYK 0 0.92 0.07 0.06
HSL 304.59º 0.88% 0.51% -
HSV(B) 304.59º 0.93% 0.94% -
XYZ 49.47 24.29 71.89 -
YUV 107.75 193.05 222.33 -
System Red Green Blue C M Y K H S L
Decimal 240 18 223 0 0.92 0.07 0.06 304.59 0.88 0.51
Hex F0 12 DF 0 5C 7 6 131 58 33
Octal 360 22 337 0 134 7 6 461 130 63
Binary 11110000 10010 11011111 0 1011100 111 110 100110001 1011000 110011

Color Harmonies of #F012DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012DF

Black with #F012DF

Text Example


Text Example

White with #F012DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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