Html Css Color HEX #F912DD Hot Magenta

📋 copy color: '#F912DD'

red 249 ◦ green 18 ◦ blue 221

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

Shades of Hot Magenta #F912DD

Tints of Hot Magenta #F912DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 51.02%
G = 3.69%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F912DD (or 0xF912DD) is known color: Hot Magenta. HEX triplet: F9, 12 and DD. RGB value is (249,18,221). Sum of RGB (Red+Green+Blue) = 249+18+221=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 18 (7.42% from 255 or 3.69% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F912DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F912DD is #06ED22. Grayscale: #6D6D6D. Windows color (decimal): -453923 or 14488313. OLE color: 14488313.

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

Color convert

RGB 249 18 221 -
CMYK 0 0.93 0.11 0.02
HSL 307.27º 0.95% 0.52% -
HSV(B) 307.27º 0.93% 0.98% -
XYZ 52.33 25.79 70.63 -
YUV 110.21 190.53 226.99 -
System Red Green Blue C M Y K H S L
Decimal 249 18 221 0 0.93 0.11 0.02 307.27 0.95 0.52
Hex F9 12 DD 0 5D B 2 133 5F 34
Octal 371 22 335 0 135 13 2 463 137 64
Binary 11111001 10010 11011101 0 1011101 1011 10 100110011 1011111 110100

Color Harmonies of #F912DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912DD

Black with #F912DD

Text Example


Text Example

White with #F912DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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