Html Css Color HEX #FF01C6 Hot Magenta

📋 copy color: '#FF01C6'

red 255 ◦ green 1 ◦ blue 198

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

Shades of Hot Magenta #FF01C6

Tints of Hot Magenta #FF01C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.61%

R = 56.17%
G = 0.22%
B = 43.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF01C6 (or 0xFF01C6) is known color: Hot Magenta. HEX triplet: FF, 01 and C6. RGB value is (255,1,198). Sum of RGB (Red+Green+Blue) = 255+1+198=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF01C6 is #00FE39. Grayscale: #626262. Windows color (decimal): -65082 or 12976639. OLE color: 12976639.

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

Color convert

RGB 255 1 198 -
CMYK 0 1.00 0.22 0
HSL 313.46º 1% 0.5% -
HSV(B) 313.46º 1% 1% -
XYZ 51.44 25.36 55.61 -
YUV 99.4 183.65 238.98 -
System Red Green Blue C M Y K H S L
Decimal 255 1 198 0 1.00 0.22 0 313.46 1 0.5
Hex FF 1 C6 0 64 16 0 139 64 32
Octal 377 1 306 0 144 26 0 471 144 62
Binary 11111111 1 11000110 0 1100100 10110 0 100111001 1100100 110010

Color Harmonies of #FF01C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF01C6

Black with #FF01C6

Text Example


Text Example

White with #FF01C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF01C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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