Html Css Color HEX #FD1ACD Shocking Pink

📋 copy color: '#FD1ACD'

red 253 ◦ green 26 ◦ blue 205

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

Shades of Shocking Pink #FD1ACD

Tints of Shocking Pink #FD1ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.37%

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 52.27%
G = 5.37%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD1ACD (or 0xFD1ACD) is known color: Shocking Pink. HEX triplet: FD, 1A and CD. RGB value is (253,26,205). Sum of RGB (Red+Green+Blue) = 253+26+205=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 26 (10.55% from 255 or 5.37% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1ACD is #02E532. Grayscale: #717171. Windows color (decimal): -189747 or 13441789. OLE color: 13441789.

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

Color convert

RGB 253 26 205 -
CMYK 0 0.90 0.19 0.01
HSL 312.69º 0.98% 0.55% -
HSV(B) 312.69º 0.9% 0.99% -
XYZ 51.9 26.03 60.05 -
YUV 114.28 179.21 226.95 -
System Red Green Blue C M Y K H S L
Decimal 253 26 205 0 0.90 0.19 0.01 312.69 0.98 0.55
Hex FD 1A CD 0 5A 13 1 139 62 37
Octal 375 32 315 0 132 23 1 471 142 67
Binary 11111101 11010 11001101 0 1011010 10011 1 100111001 1100010 110111

Color Harmonies of #FD1ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1ACD

Black with #FD1ACD

Text Example


Text Example

White with #FD1ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1ACD; }

 p { color: rgb(253,26,205); }

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

background-color css

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

 a { background-color: rgb(253,26,205); }

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

border-color css

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

 span { border-color: rgb(253,26,205); }

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