#F591BD

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

Shades of Shocking #F591BD

Tints of Shocking #F591BD

Color information

#F591BD (or 0xF591BD) is unknown color: approx Shocking. HEX triplet: F5, 91 and BD. RGB value is (245,145,189). Sum of RGB (Red+Green+Blue) = 245+145+189=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F591BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591BD is #0A6E42. Grayscale: #B3B3B3. Windows color (decimal): -683587 or 12423669. OLE color: 12423669.

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

Color convert

RGB245145189-
CMYK00.410.230.04
HSL333.6º83.33%76.47%-
HSV(B)333.6º40.82%96.08%-
XYZ56.9743.3453.51-
YUV179.92133.13174.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.31%
GREEN value IS 145 (57.03% from 255) = 25.04%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=42.31%
G=25.04%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514518900.410.230.04333.683.3376.47
HexF591BD02917414e534c
Octal365221275051274516123114
Binary11110101100100011011110101010011011110010100111010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F591BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F591BD; }

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

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

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

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

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

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

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

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