Html Css Color HEX #F910D1 Hot Magenta

📋 copy color: '#F910D1'

red 249 ◦ green 16 ◦ blue 209

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

Shades of Hot Magenta #F910D1

Tints of Hot Magenta #F910D1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.38%

 BLUE value IS 209 (82.03% from 255) = 44.09%

R = 52.53%
G = 3.38%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F910D1 (or 0xF910D1) is known color: Hot Magenta. HEX triplet: F9, 10 and D1. RGB value is (249,16,209). Sum of RGB (Red+Green+Blue) = 249+16+209=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 16 (6.64% from 255 or 3.38% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F910D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F910D1 is #06EF2E. Grayscale: #6B6B6B. Windows color (decimal): -454447 or 13701369. OLE color: 13701369.

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

Color convert

RGB 249 16 209 -
CMYK 0 0.94 0.16 0.02
HSL 310.3º 0.95% 0.52% -
HSV(B) 310.3º 0.94% 0.98% -
XYZ 50.76 25.11 62.49 -
YUV 107.67 185.19 228.81 -
System Red Green Blue C M Y K H S L
Decimal 249 16 209 0 0.94 0.16 0.02 310.3 0.95 0.52
Hex F9 10 D1 0 5E 10 2 136 5F 34
Octal 371 20 321 0 136 20 2 466 137 64
Binary 11111001 10000 11010001 0 1011110 10000 10 100110110 1011111 110100

Color Harmonies of #F910D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F910D1

Black with #F910D1

Text Example


Text Example

White with #F910D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F910D1; }

 p { color: rgb(249,16,209); }

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

background-color css

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

 a { background-color: rgb(249,16,209); }

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

border-color css

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

 span { border-color: rgb(249,16,209); }

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