#F896C6

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

Shades of Shocking #F896C6

Tints of Shocking #F896C6

Color information

#F896C6 (or 0xF896C6) is unknown color: approx Shocking. HEX triplet: F8, 96 and C6. RGB value is (248,150,198). Sum of RGB (Red+Green+Blue) = 248+150+198=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F896C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896C6 is #076939. Grayscale: #B8B8B8. Windows color (decimal): -485690 or 13014776. OLE color: 13014776.

HSL color Cylindrical-coordinate representation of color #F896C6: hue angle of 330.61º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F896C6 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB248150198-
CMYK00.400.200.03
HSL330.61º87.5%78.04%-
HSV(B)330.61º39.52%97.25%-
XYZ59.8145.8559.12-
YUV184.77135.47173.1-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.61%
GREEN value IS 150 (58.98% from 255) = 25.17%
BLUE value IS 198 (77.73% from 255) = 33.22%
R=41.61%
G=25.17%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815019800.400.200.03330.6187.578.04
HexF896C602814314b584e
Octal370226306050243513130116
Binary1111100010010110110001100101000101001110100101110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F896C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F896C6; }

 p { color: rgb(248,150,198); }

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

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

 a { background-color: rgb(248,150,198); }

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

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

 span { border-color: rgb(248,150,198); }

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