Html Css Color HEX #FC28B1 Spicy Pink

📋 copy color: '#FC28B1'

red 252 ◦ green 40 ◦ blue 177

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

Shades of Spicy Pink #FC28B1

Tints of Spicy Pink #FC28B1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.53%

 BLUE value IS 177 (69.53% from 255) = 37.74%

R = 53.73%
G = 8.53%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC28B1 (or 0xFC28B1) is known color: Spicy Pink. HEX triplet: FC, 28 and B1. RGB value is (252,40,177). Sum of RGB (Red+Green+Blue) = 252+40+177=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC28B1 is #03D74E. Grayscale: #767676. Windows color (decimal): -251727 or 11610364. OLE color: 11610364.

HSL color Cylindrical-coordinate representation of color #FC28B1: hue angle of 321.23º 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 #FC28B1 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 40 177 -
CMYK 0 0.84 0.30 0.01
HSL 321.23º 0.97% 0.57% -
HSV(B) 321.23º 0.84% 0.99% -
XYZ 48.84 25.39 43.92 -
YUV 119.01 160.74 222.86 -
System Red Green Blue C M Y K H S L
Decimal 252 40 177 0 0.84 0.30 0.01 321.23 0.97 0.57
Hex FC 28 B1 0 54 1E 1 141 61 39
Octal 374 50 261 0 124 36 1 501 141 71
Binary 11111100 101000 10110001 0 1010100 11110 1 101000001 1100001 111001

Color Harmonies of #FC28B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28B1

Black with #FC28B1

Text Example


Text Example

White with #FC28B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28B1; }

 p { color: rgb(252,40,177); }

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

background-color css

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

 a { background-color: rgb(252,40,177); }

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

border-color css

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

 span { border-color: rgb(252,40,177); }

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