Html Css Color HEX #FC28B5 Spicy Pink

📋 copy color: '#FC28B5'

red 252 ◦ green 40 ◦ blue 181

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

Shades of Spicy Pink #FC28B5

Tints of Spicy Pink #FC28B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.27%

R = 53.28%
G = 8.46%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC28B5 (or 0xFC28B5) is known color: Spicy Pink. HEX triplet: FC, 28 and B5. RGB value is (252,40,181). Sum of RGB (Red+Green+Blue) = 252+40+181=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28B5 is #03D74A. Grayscale: #777777. Windows color (decimal): -251723 or 11872508. OLE color: 11872508.

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

Color convert

RGB 252 40 181 -
CMYK 0 0.84 0.28 0.01
HSL 320.09º 0.97% 0.57% -
HSV(B) 320.09º 0.84% 0.99% -
XYZ 49.24 25.55 46.05 -
YUV 119.46 162.74 222.54 -
System Red Green Blue C M Y K H S L
Decimal 252 40 181 0 0.84 0.28 0.01 320.09 0.97 0.57
Hex FC 28 B5 0 54 1C 1 140 61 39
Octal 374 50 265 0 124 34 1 500 141 71
Binary 11111100 101000 10110101 0 1010100 11100 1 101000000 1100001 111001

Color Harmonies of #FC28B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28B5

Black with #FC28B5

Text Example


Text Example

White with #FC28B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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