#F897BD

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

Shades of Shocking #F897BD

Tints of Shocking #F897BD

Color information

#F897BD (or 0xF897BD) is unknown color: approx Shocking. HEX triplet: F8, 97 and BD. RGB value is (248,151,189). Sum of RGB (Red+Green+Blue) = 248+151+189=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F897BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897BD is #076842. Grayscale: #B8B8B8. Windows color (decimal): -485443 or 12425208. OLE color: 12425208.

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

Color convert

RGB248151189-
CMYK00.390.240.03
HSL336.49º87.39%78.24%-
HSV(B)336.49º39.11%97.25%-
XYZ58.9645.7653.87-
YUV184.33130.64173.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.18%
GREEN value IS 151 (59.38% from 255) = 25.68%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=42.18%
G=25.68%
B=32.14%

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
Decimal24815118900.390.240.03336.4987.3978.24
HexF897BD027183150574e
Octal370227275047303520127116
Binary1111100010010111101111010100111110001110101000010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F897BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F897BD; }

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

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

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

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

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

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

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

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