#f59bbf

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

Shades of Shocking #F59BBF

Tints of Shocking #F59BBF

Color information

#F59BBF (or 0xF59BBF) is unknown color: approx Shocking. HEX triplet: F5, 9B and BF. RGB value is (245,155,191). Sum of RGB (Red+Green+Blue) = 245+155+191=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BBF is #0A6440. Grayscale: #B9B9B9. Windows color (decimal): -681025 or 12557301. OLE color: 12557301.

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

Color convert

RGB245155191-
CMYK00.370.220.04
HSL336º81.82%78.43%-
HSV(B)336º36.73%96.08%-
XYZ58.7846.6255.19-
YUV186.01130.82170.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.46%
GREEN value IS 155 (60.94% from 255) = 26.23%
BLUE value IS 191 (75% from 255) = 32.32%
R=41.46%
G=26.23%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515519100.370.220.0433681.8278.43
HexF59BBF025164150524e
Octal365233277045264520122116
Binary11110101100110111011111101001011011010010101000010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f59bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f59bbf; }

 p { color: rgb(245,155,191); }

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

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

 a { background-color: rgb(245,155,191); }

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

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

 span { border-color: rgb(245,155,191); }

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