Html Css Color HEX #FD15B5 Spicy Pink

📋 copy color: '#FD15B5'

red 253 ◦ green 21 ◦ blue 181

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

Shades of Spicy Pink #FD15B5

Tints of Spicy Pink #FD15B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.78%

R = 55.6%
G = 4.62%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FD15B5 (or 0xFD15B5) is known color: Spicy Pink. HEX triplet: FD, 15 and B5. RGB value is (253,21,181). Sum of RGB (Red+Green+Blue) = 253+21+181=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 21 (8.59% from 255 or 4.62% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD15B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD15B5 is #02EA4A. Grayscale: #6C6C6C. Windows color (decimal): -191051 or 11867645. OLE color: 11867645.

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

Color convert

RGB 253 21 181 -
CMYK 0 0.92 0.28 0.01
HSL 318.62º 0.98% 0.54% -
HSV(B) 318.62º 0.92% 0.99% -
XYZ 49.12 24.76 45.91 -
YUV 108.61 168.86 230.99 -
System Red Green Blue C M Y K H S L
Decimal 253 21 181 0 0.92 0.28 0.01 318.62 0.98 0.54
Hex FD 15 B5 0 5C 1C 1 13F 62 36
Octal 375 25 265 0 134 34 1 477 142 66
Binary 11111101 10101 10110101 0 1011100 11100 1 100111111 1100010 110110

Color Harmonies of #FD15B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD15B5

Black with #FD15B5

Text Example


Text Example

White with #FD15B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD15B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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