Html Css Color HEX #FD01CE Hot Magenta

📋 copy color: '#FD01CE'

red 253 ◦ green 1 ◦ blue 206

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

Shades of Hot Magenta #FD01CE

Tints of Hot Magenta #FD01CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 55%
G = 0.22%
B = 44.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD01CE (or 0xFD01CE) is known color: Hot Magenta. HEX triplet: FD, 01 and CE. RGB value is (253,1,206). Sum of RGB (Red+Green+Blue) = 253+1+206=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD01CE is #02FE31. Grayscale: #636363. Windows color (decimal): -196146 or 13500925. OLE color: 13500925.

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

Color convert

RGB 253 1 206 -
CMYK 0 1.00 0.19 0.01
HSL 311.19º 0.99% 0.5% -
HSV(B) 311.19º 1% 0.99% -
XYZ 51.66 25.36 60.56 -
YUV 99.72 187.99 237.33 -
System Red Green Blue C M Y K H S L
Decimal 253 1 206 0 1.00 0.19 0.01 311.19 0.99 0.5
Hex FD 1 CE 0 64 13 1 137 63 32
Octal 375 1 316 0 144 23 1 467 143 62
Binary 11111101 1 11001110 0 1100100 10011 1 100110111 1100011 110010

Color Harmonies of #FD01CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD01CE

Black with #FD01CE

Text Example


Text Example

White with #FD01CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD01CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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