#F898BC

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

Shades of Shocking #F898BC

Tints of Shocking #F898BC

Color information

#F898BC (or 0xF898BC) is unknown color: approx Shocking. HEX triplet: F8, 98 and BC. RGB value is (248,152,188). Sum of RGB (Red+Green+Blue) = 248+152+188=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F898BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898BC is #076743. Grayscale: #B8B8B8. Windows color (decimal): -485188 or 12359928. OLE color: 12359928.

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

Color convert

RGB248152188-
CMYK00.390.240.03
HSL337.5º87.27%78.43%-
HSV(B)337.5º38.71%97.25%-
XYZ59.0246.0453.35-
YUV184.81129.8173.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.18%
GREEN value IS 152 (59.77% from 255) = 25.85%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=42.18%
G=25.85%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815218800.390.240.03337.587.2778.43
HexF898BC027183152574e
Octal370230274047303522127116
Binary1111100010011000101111000100111110001110101001010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F898BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F898BC; }

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

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

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

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

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

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

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

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