Html Css Color HEX #FD01CA Hot Magenta

📋 copy color: '#FD01CA'

red 253 ◦ green 1 ◦ blue 202

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

Shades of Hot Magenta #FD01CA

Tints of Hot Magenta #FD01CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.3%

R = 55.48%
G = 0.22%
B = 44.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FD01CA (or 0xFD01CA) is known color: Hot Magenta. HEX triplet: FD, 01 and CA. RGB value is (253,1,202). Sum of RGB (Red+Green+Blue) = 253+1+202=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 1 (0.78% from 255 or 0.22% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD01CA is #02FE35. Grayscale: #626262. Windows color (decimal): -196150 or 13238781. OLE color: 13238781.

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

Color convert

RGB 253 1 202 -
CMYK 0 1.00 0.20 0.01
HSL 312.14º 0.99% 0.5% -
HSV(B) 312.14º 1% 0.99% -
XYZ 51.18 25.17 58.04 -
YUV 99.26 185.99 237.66 -
System Red Green Blue C M Y K H S L
Decimal 253 1 202 0 1.00 0.20 0.01 312.14 0.99 0.5
Hex FD 1 CA 0 64 14 1 138 63 32
Octal 375 1 312 0 144 24 1 470 143 62
Binary 11111101 1 11001010 0 1100100 10100 1 100111000 1100011 110010

Color Harmonies of #FD01CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD01CA

Black with #FD01CA

Text Example


Text Example

White with #FD01CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD01CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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