#F59ABB

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

Shades of Shocking #F59ABB

Tints of Shocking #F59ABB

Color information

#F59ABB (or 0xF59ABB) is unknown color: approx Shocking. HEX triplet: F5, 9A and BB. RGB value is (245,154,187). Sum of RGB (Red+Green+Blue) = 245+154+187=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ABB is #0A6544. Grayscale: #B8B8B8. Windows color (decimal): -681285 or 12294901. OLE color: 12294901.

HSL color Cylindrical-coordinate representation of color #F59ABB: hue angle of 338.24º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59ABB is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245154187-
CMYK00.370.240.04
HSL338.24º81.98%78.24%-
HSV(B)338.24º37.14%96.08%-
XYZ58.1846.1152.85-
YUV184.97129.15170.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.81%
GREEN value IS 154 (60.55% from 255) = 26.28%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=41.81%
G=26.28%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515418700.370.240.04338.2481.9878.24
HexF59ABB025184152524e
Octal365232273045304522122116
Binary11110101100110101011101101001011100010010101001010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59ABB; }

 p { color: rgb(245,154,187); }

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

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

 a { background-color: rgb(245,154,187); }

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

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

 span { border-color: rgb(245,154,187); }

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