Html Css Color HEX #FC29B8 Spicy Pink

📋 copy color: '#FC29B8'

red 252 ◦ green 41 ◦ blue 184

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

Shades of Spicy Pink #FC29B8

Tints of Spicy Pink #FC29B8

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.6%

 BLUE value IS 184 (72.27% from 255) = 38.57%

R = 52.83%
G = 8.6%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC29B8 (or 0xFC29B8) is known color: Spicy Pink. HEX triplet: FC, 29 and B8. RGB value is (252,41,184). Sum of RGB (Red+Green+Blue) = 252+41+184=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC29B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC29B8 is #03D647. Grayscale: #787878. Windows color (decimal): -251464 or 12069372. OLE color: 12069372.

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

Color convert

RGB 252 41 184 -
CMYK 0 0.84 0.27 0.01
HSL 319.34º 0.97% 0.57% -
HSV(B) 319.34º 0.84% 0.99% -
XYZ 49.59 25.74 47.7 -
YUV 120.39 163.9 221.87 -
System Red Green Blue C M Y K H S L
Decimal 252 41 184 0 0.84 0.27 0.01 319.34 0.97 0.57
Hex FC 29 B8 0 54 1B 1 13F 61 39
Octal 374 51 270 0 124 33 1 477 141 71
Binary 11111100 101001 10111000 0 1010100 11011 1 100111111 1100001 111001

Color Harmonies of #FC29B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC29B8

Black with #FC29B8

Text Example


Text Example

White with #FC29B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC29B8; }

 p { color: rgb(252,41,184); }

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

background-color css

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

 a { background-color: rgb(252,41,184); }

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

border-color css

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

 span { border-color: rgb(252,41,184); }

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