Html Css Color HEX #FD01C8 Hot Magenta

📋 copy color: '#FD01C8'

red 253 ◦ green 1 ◦ blue 200

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

Shades of Hot Magenta #FD01C8

Tints of Hot Magenta #FD01C8

RGB

 RED value IS 253 (99.22% from 255) = 55.73%

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

 BLUE value IS 200 (78.52% from 255) = 44.05%

R = 55.73%
G = 0.22%
B = 44.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FD01C8 (or 0xFD01C8) is known color: Hot Magenta. HEX triplet: FD, 01 and C8. RGB value is (253,1,200). Sum of RGB (Red+Green+Blue) = 253+1+200=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD01C8 is #02FE37. Grayscale: #626262. Windows color (decimal): -196152 or 13107709. OLE color: 13107709.

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

Color convert

RGB 253 1 200 -
CMYK 0 1.00 0.21 0.01
HSL 312.62º 0.99% 0.5% -
HSV(B) 312.62º 1% 0.99% -
XYZ 50.94 25.07 56.8 -
YUV 99.03 184.99 237.82 -
System Red Green Blue C M Y K H S L
Decimal 253 1 200 0 1.00 0.21 0.01 312.62 0.99 0.5
Hex FD 1 C8 0 64 15 1 139 63 32
Octal 375 1 310 0 144 25 1 471 143 62
Binary 11111101 1 11001000 0 1100100 10101 1 100111001 1100011 110010

Color Harmonies of #FD01C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD01C8

Black with #FD01C8

Text Example


Text Example

White with #FD01C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD01C8; }

 p { color: rgb(253,1,200); }

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

background-color css

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

 a { background-color: rgb(253,1,200); }

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

border-color css

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

 span { border-color: rgb(253,1,200); }

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