#F89ABC

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

Shades of Shocking #F89ABC

Tints of Shocking #F89ABC

Color information

#F89ABC (or 0xF89ABC) is unknown color: approx Shocking. HEX triplet: F8, 9A and BC. RGB value is (248,154,188). Sum of RGB (Red+Green+Blue) = 248+154+188=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ABC is #076543. Grayscale: #B9B9B9. Windows color (decimal): -484676 or 12360440. OLE color: 12360440.

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

Color convert

RGB248154188-
CMYK00.380.240.03
HSL338.3º87.04%78.82%-
HSV(B)338.3º37.9%97.25%-
XYZ59.3446.753.46-
YUV185.98129.14172.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.03%
GREEN value IS 154 (60.55% from 255) = 26.10%
BLUE value IS 188 (73.83% from 255) = 31.86%
R=42.03%
G=26.10%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815418800.380.240.03338.387.0478.82
HexF89ABC026183152574f
Octal370232274046303522127117
Binary1111100010011010101111000100110110001110101001010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89ABC; }

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

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

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

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

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

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

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

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