Html Css Color HEX #FD2CB9 Spicy Pink

📋 copy color: '#FD2CB9'

red 253 ◦ green 44 ◦ blue 185

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

Shades of Spicy Pink #FD2CB9

Tints of Spicy Pink #FD2CB9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.13%

 BLUE value IS 185 (72.66% from 255) = 38.38%

R = 52.49%
G = 9.13%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FD2CB9 (or 0xFD2CB9) is known color: Spicy Pink. HEX triplet: FD, 2C and B9. RGB value is (253,44,185). Sum of RGB (Red+Green+Blue) = 253+44+185=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 44 (17.58% from 255 or 9.13% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2CB9 is #02D346. Grayscale: #7A7A7A. Windows color (decimal): -185159 or 12135677. OLE color: 12135677.

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

Color convert

RGB 253 44 185 -
CMYK 0 0.83 0.27 0.01
HSL 319.52º 0.98% 0.58% -
HSV(B) 319.52º 0.83% 0.99% -
XYZ 50.17 26.19 48.31 -
YUV 122.57 163.24 221.04 -
System Red Green Blue C M Y K H S L
Decimal 253 44 185 0 0.83 0.27 0.01 319.52 0.98 0.58
Hex FD 2C B9 0 53 1B 1 140 62 3A
Octal 375 54 271 0 123 33 1 500 142 72
Binary 11111101 101100 10111001 0 1010011 11011 1 101000000 1100010 111010

Color Harmonies of #FD2CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2CB9

Black with #FD2CB9

Text Example


Text Example

White with #FD2CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2CB9; }

 p { color: rgb(253,44,185); }

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

background-color css

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

 a { background-color: rgb(253,44,185); }

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

border-color css

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

 span { border-color: rgb(253,44,185); }

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