Html Css Color HEX #FC1DAE Spicy Pink

📋 copy color: '#FC1DAE'

red 252 ◦ green 29 ◦ blue 174

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

Shades of Spicy Pink #FC1DAE

Tints of Spicy Pink #FC1DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.37%

 BLUE value IS 174 (68.36% from 255) = 38.24%

R = 55.38%
G = 6.37%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC1DAE (or 0xFC1DAE) is known color: Spicy Pink. HEX triplet: FC, 1D and AE. RGB value is (252,29,174). Sum of RGB (Red+Green+Blue) = 252+29+174=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1DAE is #03E251. Grayscale: #6F6F6F. Windows color (decimal): -254546 or 11410940. OLE color: 11410940.

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

Color convert

RGB 252 29 174 -
CMYK 0 0.88 0.31 0.01
HSL 320.99º 0.97% 0.55% -
HSV(B) 320.99º 0.88% 0.99% -
XYZ 48.22 24.63 42.26 -
YUV 112.21 162.88 227.71 -
System Red Green Blue C M Y K H S L
Decimal 252 29 174 0 0.88 0.31 0.01 320.99 0.97 0.55
Hex FC 1D AE 0 58 1F 1 141 61 37
Octal 374 35 256 0 130 37 1 501 141 67
Binary 11111100 11101 10101110 0 1011000 11111 1 101000001 1100001 110111

Color Harmonies of #FC1DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1DAE

Black with #FC1DAE

Text Example


Text Example

White with #FC1DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1DAE; }

 p { color: rgb(252,29,174); }

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

background-color css

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

 a { background-color: rgb(252,29,174); }

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

border-color css

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

 span { border-color: rgb(252,29,174); }

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