Html Css Color HEX #FD0CDC Hot Magenta

📋 copy color: '#FD0CDC'

red 253 ◦ green 12 ◦ blue 220

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

Shades of Hot Magenta #FD0CDC

Tints of Hot Magenta #FD0CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.47%

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 52.16%
G = 2.47%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD0CDC (or 0xFD0CDC) is known color: Hot Magenta. HEX triplet: FD, 0C and DC. RGB value is (253,12,220). Sum of RGB (Red+Green+Blue) = 253+12+220=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 12 (5.08% from 255 or 2.47% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0CDC is #02F323. Grayscale: #6B6B6B. Windows color (decimal): -193316 or 14421245. OLE color: 14421245.

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

Color convert

RGB 253 12 220 -
CMYK 0 0.95 0.13 0.01
HSL 308.22º 0.98% 0.52% -
HSV(B) 308.22º 0.95% 0.99% -
XYZ 53.56 26.31 69.97 -
YUV 107.77 191.34 231.59 -
System Red Green Blue C M Y K H S L
Decimal 253 12 220 0 0.95 0.13 0.01 308.22 0.98 0.52
Hex FD C DC 0 5F D 1 134 62 34
Octal 375 14 334 0 137 15 1 464 142 64
Binary 11111101 1100 11011100 0 1011111 1101 1 100110100 1100010 110100

Color Harmonies of #FD0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0CDC

Black with #FD0CDC

Text Example


Text Example

White with #FD0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0CDC; }

 p { color: rgb(253,12,220); }

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

background-color css

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

 a { background-color: rgb(253,12,220); }

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

border-color css

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

 span { border-color: rgb(253,12,220); }

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