Html Css Color HEX #F900DD Hot Magenta

📋 copy color: '#F900DD'

red 249 ◦ green 0 ◦ blue 221

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

Shades of Hot Magenta #F900DD

Tints of Hot Magenta #F900DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 52.98%
G = 0%
B = 47.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F900DD (or 0xF900DD) is known color: Hot Magenta. HEX triplet: F9, 00 and DD. RGB value is (249,0,221). Sum of RGB (Red+Green+Blue) = 249+0+221=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F900DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900DD is #06FF22. Grayscale: #636363. Windows color (decimal): -458531 or 14483705. OLE color: 14483705.

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

Color convert

RGB 249 0 221 -
CMYK 0 1 0.11 0.02
HSL 306.75º 1% 0.49% -
HSV(B) 306.75º 1% 0.98% -
XYZ 52.12 25.36 70.55 -
YUV 99.65 196.49 234.53 -
System Red Green Blue C M Y K H S L
Decimal 249 0 221 0 1 0.11 0.02 306.75 1 0.49
Hex F9 0 DD 0 64 B 2 133 64 31
Octal 371 0 335 0 144 13 2 463 144 61
Binary 11111001 0 11011101 0 1100100 1011 10 100110011 1100100 110001

Color Harmonies of #F900DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900DD

Black with #F900DD

Text Example


Text Example

White with #F900DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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