Html Css Color HEX #F900DF Hot Magenta

📋 copy color: '#F900DF'

red 249 ◦ green 0 ◦ blue 223

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

Shades of Hot Magenta #F900DF

Tints of Hot Magenta #F900DF

RGB

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

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

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

R = 52.75%
G = 0%
B = 47.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F900DF (or 0xF900DF) is known color: Hot Magenta. HEX triplet: F9, 00 and DF. RGB value is (249,0,223). Sum of RGB (Red+Green+Blue) = 249+0+223=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F900DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900DF is #06FF20. Grayscale: #636363. Windows color (decimal): -458529 or 14614777. OLE color: 14614777.

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

Color convert

RGB 249 0 223 -
CMYK 0 1 0.10 0.02
HSL 306.27º 1% 0.49% -
HSV(B) 306.27º 1% 0.98% -
XYZ 52.39 25.47 71.97 -
YUV 99.87 197.49 234.37 -
System Red Green Blue C M Y K H S L
Decimal 249 0 223 0 1 0.10 0.02 306.27 1 0.49
Hex F9 0 DF 0 64 A 2 132 64 31
Octal 371 0 337 0 144 12 2 462 144 61
Binary 11111001 0 11011111 0 1100100 1010 10 100110010 1100100 110001

Color Harmonies of #F900DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900DF

Black with #F900DF

Text Example


Text Example

White with #F900DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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