Html Css Color HEX #F900D9 Hot Magenta

📋 copy color: '#F900D9'

red 249 ◦ green 0 ◦ blue 217

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

Shades of Hot Magenta #F900D9

Tints of Hot Magenta #F900D9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 217 (85.16% from 255) = 46.57%

R = 53.43%
G = 0%
B = 46.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F900D9 (or 0xF900D9) is known color: Hot Magenta. HEX triplet: F9, 00 and D9. RGB value is (249,0,217). Sum of RGB (Red+Green+Blue) = 249+0+217=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F900D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900D9 is #06FF26. Grayscale: #626262. Windows color (decimal): -458535 or 14221561. OLE color: 14221561.

HSL color Cylindrical-coordinate representation of color #F900D9: hue angle of 307.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F900D9 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 0 217 -
CMYK 0 1 0.13 0.02
HSL 307.71º 1% 0.49% -
HSV(B) 307.71º 1% 0.98% -
XYZ 51.59 25.15 67.78 -
YUV 99.19 194.49 234.86 -
System Red Green Blue C M Y K H S L
Decimal 249 0 217 0 1 0.13 0.02 307.71 1 0.49
Hex F9 0 D9 0 64 D 2 134 64 31
Octal 371 0 331 0 144 15 2 464 144 61
Binary 11111001 0 11011001 0 1100100 1101 10 100110100 1100100 110001

Color Harmonies of #F900D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900D9

Black with #F900D9

Text Example


Text Example

White with #F900D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900D9; }

 p { color: rgb(249,0,217); }

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

background-color css

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

 a { background-color: rgb(249,0,217); }

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

border-color css

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

 span { border-color: rgb(249,0,217); }

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