Html Css Color HEX #FD1ACC Shocking Pink

📋 copy color: '#FD1ACC'

red 253 ◦ green 26 ◦ blue 204

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

Shades of Shocking Pink #FD1ACC

Tints of Shocking Pink #FD1ACC

RGB

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

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

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

R = 52.38%
G = 5.38%
B = 42.24%

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

#FD1ACC (or 0xFD1ACC) is known color: Shocking Pink. HEX triplet: FD, 1A and CC. RGB value is (253,26,204). Sum of RGB (Red+Green+Blue) = 253+26+204=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 26 (10.55% from 255 or 5.38% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1ACC is #02E533. Grayscale: #717171. Windows color (decimal): -189748 or 13376253. OLE color: 13376253.

HSL color Cylindrical-coordinate representation of color #FD1ACC: hue angle of 312.95º 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 #FD1ACC is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 26 204 -
CMYK 0 0.90 0.19 0.01
HSL 312.95º 0.98% 0.55% -
HSV(B) 312.95º 0.9% 0.99% -
XYZ 51.78 25.98 59.41 -
YUV 114.17 178.71 227.03 -
System Red Green Blue C M Y K H S L
Decimal 253 26 204 0 0.90 0.19 0.01 312.95 0.98 0.55
Hex FD 1A CC 0 5A 13 1 139 62 37
Octal 375 32 314 0 132 23 1 471 142 67
Binary 11111101 11010 11001100 0 1011010 10011 1 100111001 1100010 110111

Color Harmonies of #FD1ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1ACC

Black with #FD1ACC

Text Example


Text Example

White with #FD1ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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