Html Css Color HEX #FD15A8 Spicy Pink

📋 copy color: '#FD15A8'

red 253 ◦ green 21 ◦ blue 168

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

Shades of Spicy Pink #FD15A8

Tints of Spicy Pink #FD15A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.01%

R = 57.24%
G = 4.75%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD15A8 (or 0xFD15A8) is known color: Spicy Pink. HEX triplet: FD, 15 and A8. RGB value is (253,21,168). Sum of RGB (Red+Green+Blue) = 253+21+168=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD15A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD15A8 is #02EA57. Grayscale: #6A6A6A. Windows color (decimal): -191064 or 11015677. OLE color: 11015677.

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

Color convert

RGB 253 21 168 -
CMYK 0 0.92 0.34 0.01
HSL 321.98º 0.98% 0.54% -
HSV(B) 321.98º 0.92% 0.99% -
XYZ 47.84 24.25 39.2 -
YUV 107.13 162.36 232.05 -
System Red Green Blue C M Y K H S L
Decimal 253 21 168 0 0.92 0.34 0.01 321.98 0.98 0.54
Hex FD 15 A8 0 5C 22 1 142 62 36
Octal 375 25 250 0 134 42 1 502 142 66
Binary 11111101 10101 10101000 0 1011100 100010 1 101000010 1100010 110110

Color Harmonies of #FD15A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD15A8

Black with #FD15A8

Text Example


Text Example

White with #FD15A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD15A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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