Html Css Color HEX #FC27AD Spicy Pink

📋 copy color: '#FC27AD'

red 252 ◦ green 39 ◦ blue 173

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

Shades of Spicy Pink #FC27AD

Tints of Spicy Pink #FC27AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.41%

 BLUE value IS 173 (67.97% from 255) = 37.28%

R = 54.31%
G = 8.41%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC27AD (or 0xFC27AD) is known color: Spicy Pink. HEX triplet: FC, 27 and AD. RGB value is (252,39,173). Sum of RGB (Red+Green+Blue) = 252+39+173=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 39 (15.62% from 255 or 8.41% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC27AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC27AD is #03D852. Grayscale: #757575. Windows color (decimal): -251987 or 11347964. OLE color: 11347964.

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

Color convert

RGB 252 39 173 -
CMYK 0 0.85 0.31 0.01
HSL 322.25º 0.97% 0.57% -
HSV(B) 322.25º 0.85% 0.99% -
XYZ 48.41 25.16 41.84 -
YUV 117.96 159.07 223.6 -
System Red Green Blue C M Y K H S L
Decimal 252 39 173 0 0.85 0.31 0.01 322.25 0.97 0.57
Hex FC 27 AD 0 55 1F 1 142 61 39
Octal 374 47 255 0 125 37 1 502 141 71
Binary 11111100 100111 10101101 0 1010101 11111 1 101000010 1100001 111001

Color Harmonies of #FC27AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC27AD

Black with #FC27AD

Text Example


Text Example

White with #FC27AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC27AD; }

 p { color: rgb(252,39,173); }

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

background-color css

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

 a { background-color: rgb(252,39,173); }

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

border-color css

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

 span { border-color: rgb(252,39,173); }

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