#F897BE

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

Shades of Shocking #F897BE

Tints of Shocking #F897BE

Color information

#F897BE (or 0xF897BE) is unknown color: approx Shocking. HEX triplet: F8, 97 and BE. RGB value is (248,151,190). Sum of RGB (Red+Green+Blue) = 248+151+190=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F897BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897BE is #076841. Grayscale: #B8B8B8. Windows color (decimal): -485442 or 12490744. OLE color: 12490744.

HSL color Cylindrical-coordinate representation of color #F897BE: hue angle of 335.88º 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 #F897BE is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248151190-
CMYK00.390.230.03
HSL335.88º87.39%78.24%-
HSV(B)335.88º39.11%97.25%-
XYZ59.0745.8154.44-
YUV184.45131.14173.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.11%
GREEN value IS 151 (59.38% from 255) = 25.64%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=42.11%
G=25.64%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815119000.390.230.03335.8887.3978.24
HexF897BE027173150574e
Octal370227276047273520127116
Binary1111100010010111101111100100111101111110101000010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F897BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F897BE; }

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

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

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

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

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

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

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

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