#F897C0

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

Shades of Shocking #F897C0

Tints of Shocking #F897C0

Color information

#F897C0 (or 0xF897C0) is unknown color: approx Shocking. HEX triplet: F8, 97 and C0. RGB value is (248,151,192). Sum of RGB (Red+Green+Blue) = 248+151+192=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F897C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897C0 is #07683F. Grayscale: #B8B8B8. Windows color (decimal): -485440 or 12621816. OLE color: 12621816.

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

Color convert

RGB248151192-
CMYK00.390.230.03
HSL334.64º87.39%78.24%-
HSV(B)334.64º39.11%97.25%-
XYZ59.2945.955.6-
YUV184.68132.14173.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.96%
GREEN value IS 151 (59.38% from 255) = 25.55%
BLUE value IS 192 (75.39% from 255) = 32.49%
R=41.96%
G=25.55%
B=32.49%

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
Decimal24815119200.390.230.03334.6487.3978.24
HexF897C002717314f574e
Octal370227300047273517127116
Binary1111100010010111110000000100111101111110100111110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F897C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F897C0; }

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

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

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

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

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

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

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

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