Html Css Color HEX #FD00CA Hot Magenta

📋 copy color: '#FD00CA'

red 253 ◦ green 0 ◦ blue 202

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

Shades of Hot Magenta #FD00CA

Tints of Hot Magenta #FD00CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.6%
G = 0%
B = 44.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FD00CA (or 0xFD00CA) is known color: Hot Magenta. HEX triplet: FD, 00 and CA. RGB value is (253,0,202). Sum of RGB (Red+Green+Blue) = 253+0+202=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00CA is #02FF35. Grayscale: #626262. Windows color (decimal): -196406 or 13238525. OLE color: 13238525.

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

Color convert

RGB 253 0 202 -
CMYK 0 1 0.20 0.01
HSL 312.09º 1% 0.5% -
HSV(B) 312.09º 1% 0.99% -
XYZ 51.17 25.15 58.03 -
YUV 98.68 186.32 238.07 -
System Red Green Blue C M Y K H S L
Decimal 253 0 202 0 1 0.20 0.01 312.09 1 0.5
Hex FD 0 CA 0 64 14 1 138 64 32
Octal 375 0 312 0 144 24 1 470 144 62
Binary 11111101 0 11001010 0 1100100 10100 1 100111000 1100100 110010

Color Harmonies of #FD00CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD00CA

Black with #FD00CA

Text Example


Text Example

White with #FD00CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD00CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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