Html Css Color HEX #FF01C2 Hot Magenta

📋 copy color: '#FF01C2'

red 255 ◦ green 1 ◦ blue 194

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

Shades of Hot Magenta #FF01C2

Tints of Hot Magenta #FF01C2

RGB

 RED value IS 255 (100% from 255) = 56.67%

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

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

R = 56.67%
G = 0.22%
B = 43.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF01C2 (or 0xFF01C2) is known color: Hot Magenta. HEX triplet: FF, 01 and C2. RGB value is (255,1,194). Sum of RGB (Red+Green+Blue) = 255+1+194=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF01C2 is #00FE3D. Grayscale: #626262. Windows color (decimal): -65086 or 12714495. OLE color: 12714495.

HSL color Cylindrical-coordinate representation of color #FF01C2: hue angle of 314.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF01C2 is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 255 1 194 -
CMYK 0 1.00 0.24 0
HSL 314.41º 1% 0.5% -
HSV(B) 314.41º 1% 1% -
XYZ 50.99 25.18 53.21 -
YUV 98.95 181.65 239.31 -
System Red Green Blue C M Y K H S L
Decimal 255 1 194 0 1.00 0.24 0 314.41 1 0.5
Hex FF 1 C2 0 64 18 0 13A 64 32
Octal 377 1 302 0 144 30 0 472 144 62
Binary 11111111 1 11000010 0 1100100 11000 0 100111010 1100100 110010

Color Harmonies of #FF01C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF01C2

Black with #FF01C2

Text Example


Text Example

White with #FF01C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF01C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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