Html Css Color HEX #F911D2 Hot Magenta

📋 copy color: '#F911D2'

red 249 ◦ green 17 ◦ blue 210

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

Shades of Hot Magenta #F911D2

Tints of Hot Magenta #F911D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.12%

R = 52.31%
G = 3.57%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F911D2 (or 0xF911D2) is known color: Hot Magenta. HEX triplet: F9, 11 and D2. RGB value is (249,17,210). Sum of RGB (Red+Green+Blue) = 249+17+210=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 17 (7.03% from 255 or 3.57% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F911D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F911D2 is #06EE2D. Grayscale: #6B6B6B. Windows color (decimal): -454190 or 13767161. OLE color: 13767161.

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

Color convert

RGB 249 17 210 -
CMYK 0 0.93 0.16 0.02
HSL 310.09º 0.95% 0.52% -
HSV(B) 310.09º 0.93% 0.98% -
XYZ 50.9 25.19 63.15 -
YUV 108.37 185.36 228.31 -
System Red Green Blue C M Y K H S L
Decimal 249 17 210 0 0.93 0.16 0.02 310.09 0.95 0.52
Hex F9 11 D2 0 5D 10 2 136 5F 34
Octal 371 21 322 0 135 20 2 466 137 64
Binary 11111001 10001 11010010 0 1011101 10000 10 100110110 1011111 110100

Color Harmonies of #F911D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911D2

Black with #F911D2

Text Example


Text Example

White with #F911D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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