Html Css Color HEX #FD1CA4 Spicy Pink

📋 copy color: '#FD1CA4'

red 253 ◦ green 28 ◦ blue 164

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

Shades of Spicy Pink #FD1CA4

Tints of Spicy Pink #FD1CA4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.29%

 BLUE value IS 164 (64.45% from 255) = 36.85%

R = 56.85%
G = 6.29%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FD1CA4 (or 0xFD1CA4) is known color: Spicy Pink. HEX triplet: FD, 1C and A4. RGB value is (253,28,164). Sum of RGB (Red+Green+Blue) = 253+28+164=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1CA4 is #02E35B. Grayscale: #6E6E6E. Windows color (decimal): -189276 or 10755325. OLE color: 10755325.

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

Color convert

RGB 253 28 164 -
CMYK 0 0.89 0.35 0.01
HSL 323.73º 0.98% 0.55% -
HSV(B) 323.73º 0.89% 0.99% -
XYZ 47.62 24.39 37.32 -
YUV 110.78 158.04 229.44 -
System Red Green Blue C M Y K H S L
Decimal 253 28 164 0 0.89 0.35 0.01 323.73 0.98 0.55
Hex FD 1C A4 0 59 23 1 144 62 37
Octal 375 34 244 0 131 43 1 504 142 67
Binary 11111101 11100 10100100 0 1011001 100011 1 101000100 1100010 110111

Color Harmonies of #FD1CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1CA4

Black with #FD1CA4

Text Example


Text Example

White with #FD1CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1CA4; }

 p { color: rgb(253,28,164); }

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

background-color css

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

 a { background-color: rgb(253,28,164); }

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

border-color css

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

 span { border-color: rgb(253,28,164); }

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