#F899C0

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

Shades of Shocking #F899C0

Tints of Shocking #F899C0

Color information

#F899C0 (or 0xF899C0) is unknown color: approx Shocking. HEX triplet: F8, 99 and C0. RGB value is (248,153,192). Sum of RGB (Red+Green+Blue) = 248+153+192=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F899C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899C0 is #07663F. Grayscale: #B9B9B9. Windows color (decimal): -484928 or 12622328. OLE color: 12622328.

HSL color Cylindrical-coordinate representation of color #F899C0: hue angle of 335.37º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F899C0 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248153192-
CMYK00.380.230.03
HSL335.37º87.16%78.63%-
HSV(B)335.37º38.31%97.25%-
XYZ59.6246.5455.71-
YUV185.85131.47172.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.82%
GREEN value IS 153 (60.16% from 255) = 25.80%
BLUE value IS 192 (75.39% from 255) = 32.38%
R=41.82%
G=25.80%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815319200.380.230.03335.3787.1678.63
HexF899C002617314f574f
Octal370231300046273517127117
Binary1111100010011001110000000100110101111110100111110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F899C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F899C0; }

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

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

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

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

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

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

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

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