Html Css Color HEX #F911DF Hot Magenta

📋 copy color: '#F911DF'

red 249 ◦ green 17 ◦ blue 223

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

Shades of Hot Magenta #F911DF

Tints of Hot Magenta #F911DF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.48%

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

R = 50.92%
G = 3.48%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F911DF (or 0xF911DF) is known color: Hot Magenta. HEX triplet: F9, 11 and DF. RGB value is (249,17,223). Sum of RGB (Red+Green+Blue) = 249+17+223=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 17 (7.03% from 255 or 3.48% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F911DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F911DF is #06EE20. Grayscale: #6D6D6D. Windows color (decimal): -454177 or 14619129. OLE color: 14619129.

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

Color convert

RGB 249 17 223 -
CMYK 0 0.93 0.10 0.02
HSL 306.72º 0.95% 0.52% -
HSV(B) 306.72º 0.93% 0.98% -
XYZ 52.59 25.87 72.03 -
YUV 109.85 191.86 227.25 -
System Red Green Blue C M Y K H S L
Decimal 249 17 223 0 0.93 0.10 0.02 306.72 0.95 0.52
Hex F9 11 DF 0 5D A 2 133 5F 34
Octal 371 21 337 0 135 12 2 463 137 64
Binary 11111001 10001 11011111 0 1011101 1010 10 100110011 1011111 110100

Color Harmonies of #F911DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911DF

Black with #F911DF

Text Example


Text Example

White with #F911DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911DF; }

 p { color: rgb(249,17,223); }

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

background-color css

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

 a { background-color: rgb(249,17,223); }

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

border-color css

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

 span { border-color: rgb(249,17,223); }

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