Html Css Color HEX #FD03CC Hot Magenta

📋 copy color: '#FD03CC'

red 253 ◦ green 3 ◦ blue 204

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

Shades of Hot Magenta #FD03CC

Tints of Hot Magenta #FD03CC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.65%

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

R = 55%
G = 0.65%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD03CC (or 0xFD03CC) is known color: Hot Magenta. HEX triplet: FD, 03 and CC. RGB value is (253,3,204). Sum of RGB (Red+Green+Blue) = 253+3+204=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 3 (1.56% from 255 or 0.65% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD03CC is #02FC33. Grayscale: #646464. Windows color (decimal): -195636 or 13370365. OLE color: 13370365.

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

Color convert

RGB 253 3 204 -
CMYK 0 0.99 0.19 0.01
HSL 311.76º 0.98% 0.5% -
HSV(B) 311.76º 0.99% 0.99% -
XYZ 51.44 25.31 59.3 -
YUV 100.66 186.33 236.66 -
System Red Green Blue C M Y K H S L
Decimal 253 3 204 0 0.99 0.19 0.01 311.76 0.98 0.5
Hex FD 3 CC 0 63 13 1 138 62 32
Octal 375 3 314 0 143 23 1 470 142 62
Binary 11111101 11 11001100 0 1100011 10011 1 100111000 1100010 110010

Color Harmonies of #FD03CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD03CC

Black with #FD03CC

Text Example


Text Example

White with #FD03CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD03CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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