Html Css Color HEX #FC1CA4 Spicy Pink

📋 copy color: '#FC1CA4'

red 252 ◦ green 28 ◦ blue 164

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

Shades of Spicy Pink #FC1CA4

Tints of Spicy Pink #FC1CA4

RGB

 RED value IS 252 (98.83% from 255) = 56.76%

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

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

R = 56.76%
G = 6.31%
B = 36.94%

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

#FC1CA4 (or 0xFC1CA4) is known color: Spicy Pink. HEX triplet: FC, 1C and A4. RGB value is (252,28,164). Sum of RGB (Red+Green+Blue) = 252+28+164=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1CA4 is #03E35B. Grayscale: #6E6E6E. Windows color (decimal): -254812 or 10755324. OLE color: 10755324.

HSL color Cylindrical-coordinate representation of color #FC1CA4: hue angle of 323.57º degrees, saturation: 0.97, 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 #FC1CA4 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 28 164 -
CMYK 0 0.89 0.35 0.01
HSL 323.57º 0.97% 0.55% -
HSV(B) 323.57º 0.89% 0.99% -
XYZ 47.26 24.21 37.3 -
YUV 110.48 158.21 228.94 -
System Red Green Blue C M Y K H S L
Decimal 252 28 164 0 0.89 0.35 0.01 323.57 0.97 0.55
Hex FC 1C A4 0 59 23 1 144 61 37
Octal 374 34 244 0 131 43 1 504 141 67
Binary 11111100 11100 10100100 0 1011001 100011 1 101000100 1100001 110111

Color Harmonies of #FC1CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CA4

Black with #FC1CA4

Text Example


Text Example

White with #FC1CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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