Html Css Color HEX #F901C2 Hot Magenta

📋 copy color: '#F901C2'

red 249 ◦ green 1 ◦ blue 194

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

Shades of Hot Magenta #F901C2

Tints of Hot Magenta #F901C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.69%

R = 56.08%
G = 0.23%
B = 43.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F901C2 (or 0xF901C2) is known color: Hot Magenta. HEX triplet: F9, 01 and C2. RGB value is (249,1,194). Sum of RGB (Red+Green+Blue) = 249+1+194=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 1 (0.78% from 255 or 0.23% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F901C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901C2 is #06FE3D. Grayscale: #606060. Windows color (decimal): -458302 or 12714489. OLE color: 12714489.

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

Color convert

RGB 249 1 194 -
CMYK 0 1.00 0.22 0.02
HSL 313.31º 0.99% 0.49% -
HSV(B) 313.31º 1% 0.98% -
XYZ 48.82 24.06 53.11 -
YUV 97.15 182.66 236.31 -
System Red Green Blue C M Y K H S L
Decimal 249 1 194 0 1.00 0.22 0.02 313.31 0.99 0.49
Hex F9 1 C2 0 64 16 2 139 63 31
Octal 371 1 302 0 144 26 2 471 143 61
Binary 11111001 1 11000010 0 1100100 10110 10 100111001 1100011 110001

Color Harmonies of #F901C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901C2

Black with #F901C2

Text Example


Text Example

White with #F901C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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