Html Css Color HEX #FD04CC Hot Magenta

📋 copy color: '#FD04CC'

red 253 ◦ green 4 ◦ blue 204

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

Shades of Hot Magenta #FD04CC

Tints of Hot Magenta #FD04CC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.87%

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 54.88%
G = 0.87%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD04CC (or 0xFD04CC) is known color: Hot Magenta. HEX triplet: FD, 04 and CC. RGB value is (253,4,204). Sum of RGB (Red+Green+Blue) = 253+4+204=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD04CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD04CC is #02FB33. Grayscale: #646464. Windows color (decimal): -195380 or 13370621. OLE color: 13370621.

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

Color convert

RGB 253 4 204 -
CMYK 0 0.98 0.19 0.01
HSL 311.81º 0.98% 0.5% -
HSV(B) 311.81º 0.98% 0.99% -
XYZ 51.45 25.33 59.3 -
YUV 101.25 185.99 236.24 -
System Red Green Blue C M Y K H S L
Decimal 253 4 204 0 0.98 0.19 0.01 311.81 0.98 0.5
Hex FD 4 CC 0 62 13 1 138 62 32
Octal 375 4 314 0 142 23 1 470 142 62
Binary 11111101 100 11001100 0 1100010 10011 1 100111000 1100010 110010

Color Harmonies of #FD04CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD04CC

Black with #FD04CC

Text Example


Text Example

White with #FD04CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD04CC; }

 p { color: rgb(253,4,204); }

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

background-color css

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

 a { background-color: rgb(253,4,204); }

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

border-color css

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

 span { border-color: rgb(253,4,204); }

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