Html Css Color HEX #FC28BC Spicy Pink

📋 copy color: '#FC28BC'

red 252 ◦ green 40 ◦ blue 188

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

Shades of Spicy Pink #FC28BC

Tints of Spicy Pink #FC28BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.17%

R = 52.5%
G = 8.33%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC28BC (or 0xFC28BC) is known color: Spicy Pink. HEX triplet: FC, 28 and BC. RGB value is (252,40,188). Sum of RGB (Red+Green+Blue) = 252+40+188=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28BC is #03D743. Grayscale: #777777. Windows color (decimal): -251716 or 12331260. OLE color: 12331260.

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

Color convert

RGB 252 40 188 -
CMYK 0 0.84 0.25 0.01
HSL 318.11º 0.97% 0.57% -
HSV(B) 318.11º 0.84% 0.99% -
XYZ 49.98 25.84 49.93 -
YUV 120.26 166.24 221.97 -
System Red Green Blue C M Y K H S L
Decimal 252 40 188 0 0.84 0.25 0.01 318.11 0.97 0.57
Hex FC 28 BC 0 54 19 1 13E 61 39
Octal 374 50 274 0 124 31 1 476 141 71
Binary 11111100 101000 10111100 0 1010100 11001 1 100111110 1100001 111001

Color Harmonies of #FC28BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28BC

Black with #FC28BC

Text Example


Text Example

White with #FC28BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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