#F899BC

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

Shades of Shocking #F899BC

Tints of Shocking #F899BC

Color information

#F899BC (or 0xF899BC) is unknown color: approx Shocking. HEX triplet: F8, 99 and BC. RGB value is (248,153,188). Sum of RGB (Red+Green+Blue) = 248+153+188=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F899BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899BC is #076643. Grayscale: #B9B9B9. Windows color (decimal): -484932 or 12360184. OLE color: 12360184.

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

Color convert

RGB248153188-
CMYK00.380.240.03
HSL337.89º87.16%78.63%-
HSV(B)337.89º38.31%97.25%-
XYZ59.1846.3753.41-
YUV185.4129.47172.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.11%
GREEN value IS 153 (60.16% from 255) = 25.98%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=42.11%
G=25.98%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815318800.380.240.03337.8987.1678.63
HexF899BC026183152574f
Octal370231274046303522127117
Binary1111100010011001101111000100110110001110101001010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F899BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F899BC; }

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

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

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

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

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

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

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

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