Html Css Color HEX #F901C9 Hot Magenta

📋 copy color: '#F901C9'

red 249 ◦ green 1 ◦ blue 201

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

Shades of Hot Magenta #F901C9

Tints of Hot Magenta #F901C9

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 201 (78.91% from 255) = 44.57%

R = 55.21%
G = 0.22%
B = 44.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F901C9 (or 0xF901C9) is known color: Hot Magenta. HEX triplet: F9, 01 and C9. RGB value is (249,1,201). Sum of RGB (Red+Green+Blue) = 249+1+201=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F901C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901C9 is #06FE36. Grayscale: #616161. Windows color (decimal): -458295 or 13173241. OLE color: 13173241.

HSL color Cylindrical-coordinate representation of color #F901C9: hue angle of 311.61º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F901C9 is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 1 201 -
CMYK 0 1.00 0.19 0.02
HSL 311.61º 0.99% 0.49% -
HSV(B) 311.61º 1% 0.98% -
XYZ 49.62 24.38 57.35 -
YUV 97.95 186.16 235.74 -
System Red Green Blue C M Y K H S L
Decimal 249 1 201 0 1.00 0.19 0.02 311.61 0.99 0.49
Hex F9 1 C9 0 64 13 2 138 63 31
Octal 371 1 311 0 144 23 2 470 143 61
Binary 11111001 1 11001001 0 1100100 10011 10 100111000 1100011 110001

Color Harmonies of #F901C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901C9

Black with #F901C9

Text Example


Text Example

White with #F901C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901C9; }

 p { color: rgb(249,1,201); }

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

background-color css

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

 a { background-color: rgb(249,1,201); }

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

border-color css

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

 span { border-color: rgb(249,1,201); }

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