#F897BC

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

Shades of Shocking #F897BC

Tints of Shocking #F897BC

Color information

#F897BC (or 0xF897BC) is unknown color: approx Shocking. HEX triplet: F8, 97 and BC. RGB value is (248,151,188). Sum of RGB (Red+Green+Blue) = 248+151+188=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F897BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897BC is #076843. Grayscale: #B8B8B8. Windows color (decimal): -485444 or 12359672. OLE color: 12359672.

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

Color convert

RGB248151188-
CMYK00.390.240.03
HSL337.11º87.39%78.24%-
HSV(B)337.11º39.11%97.25%-
XYZ58.8645.7253.3-
YUV184.22130.14173.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.25%
GREEN value IS 151 (59.38% from 255) = 25.72%
BLUE value IS 188 (73.83% from 255) = 32.03%
R=42.25%
G=25.72%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815118800.390.240.03337.1187.3978.24
HexF897BC027183151574e
Octal370227274047303521127116
Binary1111100010010111101111000100111110001110101000110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F897BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F897BC; }

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

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

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

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

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

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

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

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