Html Css Color HEX #F900D0 Hot Magenta

📋 copy color: '#F900D0'

red 249 ◦ green 0 ◦ blue 208

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

Shades of Hot Magenta #F900D0

Tints of Hot Magenta #F900D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.51%

R = 54.49%
G = 0%
B = 45.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F900D0 (or 0xF900D0) is known color: Hot Magenta. HEX triplet: F9, 00 and D0. RGB value is (249,0,208). Sum of RGB (Red+Green+Blue) = 249+0+208=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F900D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900D0 is #06FF2F. Grayscale: #616161. Windows color (decimal): -458544 or 13631737. OLE color: 13631737.

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

Color convert

RGB 249 0 208 -
CMYK 0 1 0.16 0.02
HSL 309.88º 1% 0.49% -
HSV(B) 309.88º 1% 0.98% -
XYZ 50.45 24.69 61.78 -
YUV 98.16 189.99 235.59 -
System Red Green Blue C M Y K H S L
Decimal 249 0 208 0 1 0.16 0.02 309.88 1 0.49
Hex F9 0 D0 0 64 10 2 136 64 31
Octal 371 0 320 0 144 20 2 466 144 61
Binary 11111001 0 11010000 0 1100100 10000 10 100110110 1100100 110001

Color Harmonies of #F900D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900D0

Black with #F900D0

Text Example


Text Example

White with #F900D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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