#FC30B7

Color #FC30B7 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #FC30B7

Tints of Spicy Pink #FC30B7

Color information

#FC30B7 (or 0xFC30B7) is unknown color: approx Spicy Pink. HEX triplet: FC, 30 and B7. RGB value is (252,48,183). Sum of RGB (Red+Green+Blue) = 252+48+183=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30B7 is #03CF48. Grayscale: #7C7C7C. Windows color (decimal): -249673 or 12005628. OLE color: 12005628.

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

Color convert

RGB25248183-
CMYK00.810.270.01
HSL320.29º97.14%58.82%-
HSV(B)320.29º80.95%98.82%-
XYZ49.7526.2347.24-
YUV124.39161.09219.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.17%
GREEN value IS 48 (19.14% from 255) = 9.94%
BLUE value IS 183 (71.88% from 255) = 37.89%
R=52.17%
G=9.94%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2524818300.810.270.01320.2997.1458.82
HexFC30B70511B1140613b
Octal37460267012133150014173
Binary1111110011000010110111010100011101111010000001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC30B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC30B7; }

 p { color: rgb(252,48,183); }

 H1.HeaderClassName
 {
   color: #FC30B7;
 }
 .AnyTagClassName
 {
   color: #FC30B7;
 }
</style>
background-color css

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

 a { background-color: rgb(252,48,183); }

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

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

 span { border-color: rgb(252,48,183); }

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