Html Css Color HEX #FD15A2 Spicy Pink

📋 copy color: '#FD15A2'

red 253 ◦ green 21 ◦ blue 162

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

Shades of Spicy Pink #FD15A2

Tints of Spicy Pink #FD15A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.16%

R = 58.03%
G = 4.82%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD15A2 (or 0xFD15A2) is known color: Spicy Pink. HEX triplet: FD, 15 and A2. RGB value is (253,21,162). Sum of RGB (Red+Green+Blue) = 253+21+162=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD15A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD15A2 is #02EA5D. Grayscale: #6A6A6A. Windows color (decimal): -191070 or 10622461. OLE color: 10622461.

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

Color convert

RGB 253 21 162 -
CMYK 0 0.92 0.36 0.01
HSL 323.53º 0.98% 0.54% -
HSV(B) 323.53º 0.92% 0.99% -
XYZ 47.3 24.03 36.33 -
YUV 106.44 159.36 232.54 -
System Red Green Blue C M Y K H S L
Decimal 253 21 162 0 0.92 0.36 0.01 323.53 0.98 0.54
Hex FD 15 A2 0 5C 24 1 144 62 36
Octal 375 25 242 0 134 44 1 504 142 66
Binary 11111101 10101 10100010 0 1011100 100100 1 101000100 1100010 110110

Color Harmonies of #FD15A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD15A2

Black with #FD15A2

Text Example


Text Example

White with #FD15A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD15A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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