#F820BC

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

Shades of Spicy Pink #F820BC

Tints of Spicy Pink #F820BC

Color information

#F820BC (or 0xF820BC) is unknown color: approx Spicy Pink. HEX triplet: F8, 20 and BC. RGB value is (248,32,188). Sum of RGB (Red+Green+Blue) = 248+32+188=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F820BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F820BC is #07DF43. Grayscale: #717171. Windows color (decimal): -515908 or 12329208. OLE color: 12329208.

HSL color Cylindrical-coordinate representation of color #F820BC: hue angle of 316.67º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F820BC is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB24832188-
CMYK00.870.240.03
HSL316.67º93.91%54.9%-
HSV(B)316.67º87.1%97.25%-
XYZ48.3124.6249.78-
YUV114.37169.56223.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.99%
GREEN value IS 32 (12.89% from 255) = 6.84%
BLUE value IS 188 (73.83% from 255) = 40.17%
R=52.99%
G=6.84%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2483218800.870.240.03316.6793.9154.9
HexF820BC05718313d5e37
Octal37040274012730347513667
Binary11111000100000101111000101011111000111001111011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F820BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F820BC; }

 p { color: rgb(248,32,188); }

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

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

 a { background-color: rgb(248,32,188); }

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

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

 span { border-color: rgb(248,32,188); }

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