#F591BB

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

Shades of Shocking #F591BB

Tints of Shocking #F591BB

Color information

#F591BB (or 0xF591BB) is unknown color: approx Shocking. HEX triplet: F5, 91 and BB. RGB value is (245,145,187). Sum of RGB (Red+Green+Blue) = 245+145+187=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F591BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591BB is #0A6E44. Grayscale: #B3B3B3. Windows color (decimal): -683589 or 12292597. OLE color: 12292597.

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

Color convert

RGB245145187-
CMYK00.410.240.04
HSL334.8º83.33%76.47%-
HSV(B)334.8º40.82%96.08%-
XYZ56.7543.2552.37-
YUV179.69132.13174.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.46%
GREEN value IS 145 (57.03% from 255) = 25.13%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=42.46%
G=25.13%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514518700.410.240.04334.883.3376.47
HexF591BB02918414f534c
Octal365221273051304517123114
Binary11110101100100011011101101010011100010010100111110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F591BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F591BB; }

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

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

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

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

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

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

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

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