Html Css Color HEX #F900CD Hot Magenta

📋 copy color: '#F900CD'

red 249 ◦ green 0 ◦ blue 205

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

Shades of Hot Magenta #F900CD

Tints of Hot Magenta #F900CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.15%

R = 54.85%
G = 0%
B = 45.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F900CD (or 0xF900CD) is known color: Hot Magenta. HEX triplet: F9, 00 and CD. RGB value is (249,0,205). Sum of RGB (Red+Green+Blue) = 249+0+205=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F900CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900CD is #06FF32. Grayscale: #616161. Windows color (decimal): -458547 or 13435129. OLE color: 13435129.

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

Color convert

RGB 249 0 205 -
CMYK 0 1 0.18 0.02
HSL 310.6º 1% 0.49% -
HSV(B) 310.6º 1% 0.98% -
XYZ 50.09 24.55 59.86 -
YUV 97.82 188.49 235.83 -
System Red Green Blue C M Y K H S L
Decimal 249 0 205 0 1 0.18 0.02 310.6 1 0.49
Hex F9 0 CD 0 64 12 2 137 64 31
Octal 371 0 315 0 144 22 2 467 144 61
Binary 11111001 0 11001101 0 1100100 10010 10 100110111 1100100 110001

Color Harmonies of #F900CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900CD

Black with #F900CD

Text Example


Text Example

White with #F900CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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