#F595BB

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

Shades of Shocking #F595BB

Tints of Shocking #F595BB

Color information

#F595BB (or 0xF595BB) is unknown color: approx Shocking. HEX triplet: F5, 95 and BB. RGB value is (245,149,187). Sum of RGB (Red+Green+Blue) = 245+149+187=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F595BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595BB is #0A6A44. Grayscale: #B5B5B5. Windows color (decimal): -682565 or 12293621. OLE color: 12293621.

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

Color convert

RGB245149187-
CMYK00.390.240.04
HSL336.25º82.76%77.25%-
HSV(B)336.25º39.18%96.08%-
XYZ57.3744.552.58-
YUV182.04130.8172.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.17%
GREEN value IS 149 (58.59% from 255) = 25.65%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=42.17%
G=25.65%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514918700.390.240.04336.2582.7677.25
HexF595BB027184150534d
Octal365225273047304520123115
Binary11110101100101011011101101001111100010010101000010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F595BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F595BB; }

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

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

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

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

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

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

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

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