Html Css Color HEX #F901CA Hot Magenta

📋 copy color: '#F901CA'

red 249 ◦ green 1 ◦ blue 202

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

Shades of Hot Magenta #F901CA

Tints of Hot Magenta #F901CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.69%

R = 55.09%
G = 0.22%
B = 44.69%

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

#F901CA (or 0xF901CA) is known color: Hot Magenta. HEX triplet: F9, 01 and CA. RGB value is (249,1,202). Sum of RGB (Red+Green+Blue) = 249+1+202=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 1 (0.78% from 255 or 0.22% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F901CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901CA is #06FE35. Grayscale: #616161. Windows color (decimal): -458294 or 13238777. OLE color: 13238777.

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

Color convert

RGB 249 1 202 -
CMYK 0 1.00 0.19 0.02
HSL 311.37º 0.99% 0.49% -
HSV(B) 311.37º 1% 0.98% -
XYZ 49.74 24.43 57.97 -
YUV 98.07 186.66 235.66 -
System Red Green Blue C M Y K H S L
Decimal 249 1 202 0 1.00 0.19 0.02 311.37 0.99 0.49
Hex F9 1 CA 0 64 13 2 137 63 31
Octal 371 1 312 0 144 23 2 467 143 61
Binary 11111001 1 11001010 0 1100100 10011 10 100110111 1100011 110001

Color Harmonies of #F901CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901CA

Black with #F901CA

Text Example


Text Example

White with #F901CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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