Html Css Color HEX #FD15CC Shocking Pink

📋 copy color: '#FD15CC'

red 253 ◦ green 21 ◦ blue 204

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

Shades of Shocking Pink #FD15CC

Tints of Shocking Pink #FD15CC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.39%

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

R = 52.93%
G = 4.39%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD15CC (or 0xFD15CC) is known color: Shocking Pink. HEX triplet: FD, 15 and CC. RGB value is (253,21,204). Sum of RGB (Red+Green+Blue) = 253+21+204=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 21 (8.59% from 255 or 4.39% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD15CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD15CC is #02EA33. Grayscale: #6E6E6E. Windows color (decimal): -191028 or 13374973. OLE color: 13374973.

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

Color convert

RGB 253 21 204 -
CMYK 0 0.92 0.19 0.01
HSL 312.67º 0.98% 0.54% -
HSV(B) 312.67º 0.92% 0.99% -
XYZ 51.68 25.78 59.38 -
YUV 111.23 180.36 229.12 -
System Red Green Blue C M Y K H S L
Decimal 253 21 204 0 0.92 0.19 0.01 312.67 0.98 0.54
Hex FD 15 CC 0 5C 13 1 139 62 36
Octal 375 25 314 0 134 23 1 471 142 66
Binary 11111101 10101 11001100 0 1011100 10011 1 100111001 1100010 110110

Color Harmonies of #FD15CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD15CC

Black with #FD15CC

Text Example


Text Example

White with #FD15CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD15CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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