#f896c5

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

Shades of Shocking #F896C5

Tints of Shocking #F896C5

Color information

#F896C5 (or 0xF896C5) is unknown color: approx Shocking. HEX triplet: F8, 96 and C5. RGB value is (248,150,197). Sum of RGB (Red+Green+Blue) = 248+150+197=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F896C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896C5 is #07693A. Grayscale: #B8B8B8. Windows color (decimal): -485691 or 12949240. OLE color: 12949240.

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

Color convert

RGB248150197-
CMYK00.400.210.03
HSL331.22º87.5%78.04%-
HSV(B)331.22º39.52%97.25%-
XYZ59.745.858.52-
YUV184.66134.97173.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.68%
GREEN value IS 150 (58.98% from 255) = 25.21%
BLUE value IS 197 (77.34% from 255) = 33.11%
R=41.68%
G=25.21%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815019700.400.210.03331.2287.578.04
HexF896C502815314b584e
Octal370226305050253513130116
Binary1111100010010110110001010101000101011110100101110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f896c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f896c5; }

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

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

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

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

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

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

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

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