Html Css Color HEX #FA01C1 Hot Magenta

📋 copy color: '#FA01C1'

red 250 ◦ green 1 ◦ blue 193

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

Shades of Hot Magenta #FA01C1

Tints of Hot Magenta #FA01C1

RGB

 RED value IS 250 (98.05% from 255) = 56.31%

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

 BLUE value IS 193 (75.78% from 255) = 43.47%

R = 56.31%
G = 0.23%
B = 43.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA01C1 (or 0xFA01C1) is known color: Hot Magenta. HEX triplet: FA, 01 and C1. RGB value is (250,1,193). Sum of RGB (Red+Green+Blue) = 250+1+193=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 1 (0.78% from 255 or 0.23% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA01C1 is #05FE3E. Grayscale: #606060. Windows color (decimal): -392767 or 12648954. OLE color: 12648954.

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

Color convert

RGB 250 1 193 -
CMYK 0 1.00 0.23 0.02
HSL 313.73º 0.99% 0.49% -
HSV(B) 313.73º 1% 0.98% -
XYZ 49.06 24.2 52.54 -
YUV 97.34 181.99 236.89 -
System Red Green Blue C M Y K H S L
Decimal 250 1 193 0 1.00 0.23 0.02 313.73 0.99 0.49
Hex FA 1 C1 0 64 17 2 13A 63 31
Octal 372 1 301 0 144 27 2 472 143 61
Binary 11111010 1 11000001 0 1100100 10111 10 100111010 1100011 110001

Color Harmonies of #FA01C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA01C1

Black with #FA01C1

Text Example


Text Example

White with #FA01C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA01C1; }

 p { color: rgb(250,1,193); }

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

background-color css

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

 a { background-color: rgb(250,1,193); }

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

border-color css

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

 span { border-color: rgb(250,1,193); }

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