#F893BE

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

Shades of Shocking #F893BE

Tints of Shocking #F893BE

Color information

#F893BE (or 0xF893BE) is unknown color: approx Shocking. HEX triplet: F8, 93 and BE. RGB value is (248,147,190). Sum of RGB (Red+Green+Blue) = 248+147+190=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F893BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893BE is #076C41. Grayscale: #B6B6B6. Windows color (decimal): -486466 or 12489720. OLE color: 12489720.

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

Color convert

RGB248147190-
CMYK00.410.230.03
HSL334.46º87.83%77.45%-
HSV(B)334.46º40.73%97.25%-
XYZ58.4444.5454.23-
YUV182.1132.46175-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.39%
GREEN value IS 147 (57.81% from 255) = 25.13%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=42.39%
G=25.13%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814719000.410.230.03334.4687.8377.45
HexF893BE02917314e584d
Octal370223276051273516130115
Binary1111100010010011101111100101001101111110100111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F893BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F893BE; }

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

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

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

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

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

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

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

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