#F898BE

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

Shades of Shocking #F898BE

Tints of Shocking #F898BE

Color information

#F898BE (or 0xF898BE) is unknown color: approx Shocking. HEX triplet: F8, 98 and BE. RGB value is (248,152,190). Sum of RGB (Red+Green+Blue) = 248+152+190=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F898BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898BE is #076741. Grayscale: #B8B8B8. Windows color (decimal): -485186 or 12491000. OLE color: 12491000.

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

Color convert

RGB248152190-
CMYK00.390.230.03
HSL336.25º87.27%78.43%-
HSV(B)336.25º38.71%97.25%-
XYZ59.2346.1354.5-
YUV185.04130.8172.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.03%
GREEN value IS 152 (59.77% from 255) = 25.76%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=42.03%
G=25.76%
B=32.20%

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
Decimal24815219000.390.230.03336.2587.2778.43
HexF898BE027173150574e
Octal370230276047273520127116
Binary1111100010011000101111100100111101111110101000010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F898BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F898BE; }

 p { color: rgb(248,152,190); }

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

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

 a { background-color: rgb(248,152,190); }

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

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

 span { border-color: rgb(248,152,190); }

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