#F591BA

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

Shades of Shocking #F591BA

Tints of Shocking #F591BA

Color information

#F591BA (or 0xF591BA) is unknown color: approx Shocking. HEX triplet: F5, 91 and BA. RGB value is (245,145,186). Sum of RGB (Red+Green+Blue) = 245+145+186=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F591BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591BA is #0A6E45. Grayscale: #B3B3B3. Windows color (decimal): -683590 or 12227061. OLE color: 12227061.

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

Color convert

RGB245145186-
CMYK00.410.240.04
HSL335.4º83.33%76.47%-
HSV(B)335.4º40.82%96.08%-
XYZ56.6443.2151.81-
YUV179.57131.63174.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.53%
GREEN value IS 145 (57.03% from 255) = 25.17%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=42.53%
G=25.17%
B=32.29%

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
Decimal24514518600.410.240.04335.483.3376.47
HexF591BA02918414f534c
Octal365221272051304517123114
Binary11110101100100011011101001010011100010010100111110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F591BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F591BA; }

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

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

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

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

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

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

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

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