Html Css Color HEX #FC28BB Spicy Pink

📋 copy color: '#FC28BB'

red 252 ◦ green 40 ◦ blue 187

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

Shades of Spicy Pink #FC28BB

Tints of Spicy Pink #FC28BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.04%

R = 52.61%
G = 8.35%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC28BB (or 0xFC28BB) is known color: Spicy Pink. HEX triplet: FC, 28 and BB. RGB value is (252,40,187). Sum of RGB (Red+Green+Blue) = 252+40+187=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28BB is #03D744. Grayscale: #777777. Windows color (decimal): -251717 or 12265724. OLE color: 12265724.

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

Color convert

RGB 252 40 187 -
CMYK 0 0.84 0.26 0.01
HSL 318.4º 0.97% 0.57% -
HSV(B) 318.4º 0.84% 0.99% -
XYZ 49.87 25.8 49.37 -
YUV 120.15 165.74 222.05 -
System Red Green Blue C M Y K H S L
Decimal 252 40 187 0 0.84 0.26 0.01 318.4 0.97 0.57
Hex FC 28 BB 0 54 1A 1 13E 61 39
Octal 374 50 273 0 124 32 1 476 141 71
Binary 11111100 101000 10111011 0 1010100 11010 1 100111110 1100001 111001

Color Harmonies of #FC28BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28BB

Black with #FC28BB

Text Example


Text Example

White with #FC28BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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