#F898BD

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

Shades of Shocking #F898BD

Tints of Shocking #F898BD

Color information

#F898BD (or 0xF898BD) is unknown color: approx Shocking. HEX triplet: F8, 98 and BD. RGB value is (248,152,189). Sum of RGB (Red+Green+Blue) = 248+152+189=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F898BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898BD is #076742. Grayscale: #B8B8B8. Windows color (decimal): -485187 or 12425464. OLE color: 12425464.

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

Color convert

RGB248152189-
CMYK00.390.240.03
HSL336.88º87.27%78.43%-
HSV(B)336.88º38.71%97.25%-
XYZ59.1246.0953.92-
YUV184.92130.3172.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.11%
GREEN value IS 152 (59.77% from 255) = 25.81%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=42.11%
G=25.81%
B=32.09%

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
Decimal24815218900.390.240.03336.8887.2778.43
HexF898BD027183151574e
Octal370230275047303521127116
Binary1111100010011000101111010100111110001110101000110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F898BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F898BD; }

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

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

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

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

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

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

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

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