Html Css Color HEX #F901CC Hot Magenta

📋 copy color: '#F901CC'

red 249 ◦ green 1 ◦ blue 204

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

Shades of Hot Magenta #F901CC

Tints of Hot Magenta #F901CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.93%

R = 54.85%
G = 0.22%
B = 44.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F901CC (or 0xF901CC) is known color: Hot Magenta. HEX triplet: F9, 01 and CC. RGB value is (249,1,204). Sum of RGB (Red+Green+Blue) = 249+1+204=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F901CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901CC is #06FE33. Grayscale: #616161. Windows color (decimal): -458292 or 13369849. OLE color: 13369849.

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

Color convert

RGB 249 1 204 -
CMYK 0 1.00 0.18 0.02
HSL 310.89º 0.99% 0.49% -
HSV(B) 310.89º 1% 0.98% -
XYZ 49.98 24.52 59.23 -
YUV 98.29 187.66 235.49 -
System Red Green Blue C M Y K H S L
Decimal 249 1 204 0 1.00 0.18 0.02 310.89 0.99 0.49
Hex F9 1 CC 0 64 12 2 137 63 31
Octal 371 1 314 0 144 22 2 467 143 61
Binary 11111001 1 11001100 0 1100100 10010 10 100110111 1100011 110001

Color Harmonies of #F901CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901CC

Black with #F901CC

Text Example


Text Example

White with #F901CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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