#F595BA

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

Shades of Shocking #F595BA

Tints of Shocking #F595BA

Color information

#F595BA (or 0xF595BA) is unknown color: approx Shocking. HEX triplet: F5, 95 and BA. RGB value is (245,149,186). Sum of RGB (Red+Green+Blue) = 245+149+186=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F595BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595BA is #0A6A45. Grayscale: #B5B5B5. Windows color (decimal): -682566 or 12228085. OLE color: 12228085.

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

Color convert

RGB245149186-
CMYK00.390.240.04
HSL336.88º82.76%77.25%-
HSV(B)336.88º39.18%96.08%-
XYZ57.2744.4552.02-
YUV181.92130.3172.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.24%
GREEN value IS 149 (58.59% from 255) = 25.69%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=42.24%
G=25.69%
B=32.07%

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
Decimal24514918600.390.240.04336.8882.7677.25
HexF595BA027184151534d
Octal365225272047304521123115
Binary11110101100101011011101001001111100010010101000110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F595BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F595BA; }

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

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

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

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

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

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

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

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