Html Css Color HEX #F900D2 Hot Magenta

📋 copy color: '#F900D2'

red 249 ◦ green 0 ◦ blue 210

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

Shades of Hot Magenta #F900D2

Tints of Hot Magenta #F900D2

RGB

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

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

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

R = 54.25%
G = 0%
B = 45.75%

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

#F900D2 (or 0xF900D2) is known color: Hot Magenta. HEX triplet: F9, 00 and D2. RGB value is (249,0,210). Sum of RGB (Red+Green+Blue) = 249+0+210=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F900D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900D2 is #06FF2D. Grayscale: #616161. Windows color (decimal): -458542 or 13762809. OLE color: 13762809.

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

Color convert

RGB 249 0 210 -
CMYK 0 1 0.16 0.02
HSL 309.4º 1% 0.49% -
HSV(B) 309.4º 1% 0.98% -
XYZ 50.7 24.79 63.09 -
YUV 98.39 190.99 235.42 -
System Red Green Blue C M Y K H S L
Decimal 249 0 210 0 1 0.16 0.02 309.4 1 0.49
Hex F9 0 D2 0 64 10 2 135 64 31
Octal 371 0 322 0 144 20 2 465 144 61
Binary 11111001 0 11010010 0 1100100 10000 10 100110101 1100100 110001

Color Harmonies of #F900D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900D2

Black with #F900D2

Text Example


Text Example

White with #F900D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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