Html Css Color HEX #F912DC Hot Magenta

📋 copy color: '#F912DC'

red 249 ◦ green 18 ◦ blue 220

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

Shades of Hot Magenta #F912DC

Tints of Hot Magenta #F912DC

RGB

 RED value IS 249 (97.66% from 255) = 51.13%

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

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 51.13%
G = 3.7%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F912DC (or 0xF912DC) is known color: Hot Magenta. HEX triplet: F9, 12 and DC. RGB value is (249,18,220). Sum of RGB (Red+Green+Blue) = 249+18+220=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 18 (7.42% from 255 or 3.70% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F912DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F912DC is #06ED23. Grayscale: #6D6D6D. Windows color (decimal): -453924 or 14422777. OLE color: 14422777.

HSL color Cylindrical-coordinate representation of color #F912DC: hue angle of 307.53º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F912DC is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 18 220 -
CMYK 0 0.93 0.12 0.02
HSL 307.53º 0.95% 0.52% -
HSV(B) 307.53º 0.93% 0.98% -
XYZ 52.2 25.74 69.93 -
YUV 110.1 190.03 227.07 -
System Red Green Blue C M Y K H S L
Decimal 249 18 220 0 0.93 0.12 0.02 307.53 0.95 0.52
Hex F9 12 DC 0 5D C 2 134 5F 34
Octal 371 22 334 0 135 14 2 464 137 64
Binary 11111001 10010 11011100 0 1011101 1100 10 100110100 1011111 110100

Color Harmonies of #F912DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912DC

Black with #F912DC

Text Example


Text Example

White with #F912DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912DC; }

 p { color: rgb(249,18,220); }

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

background-color css

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

 a { background-color: rgb(249,18,220); }

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

border-color css

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

 span { border-color: rgb(249,18,220); }

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