#F594BA

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

Shades of Shocking #F594BA

Tints of Shocking #F594BA

Color information

#F594BA (or 0xF594BA) is unknown color: approx Shocking. HEX triplet: F5, 94 and BA. RGB value is (245,148,186). Sum of RGB (Red+Green+Blue) = 245+148+186=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F594BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F594BA is #0A6B45. Grayscale: #B5B5B5. Windows color (decimal): -682822 or 12227829. OLE color: 12227829.

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

Color convert

RGB245148186-
CMYK00.400.240.04
HSL336.49º82.91%77.06%-
HSV(B)336.49º39.59%96.08%-
XYZ57.1144.1451.96-
YUV181.33130.64173.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.31%
GREEN value IS 148 (58.20% from 255) = 25.56%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=42.31%
G=25.56%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514818600.400.240.04336.4982.9177.06
HexF594BA028184150534d
Octal365224272050304520123115
Binary11110101100101001011101001010001100010010101000010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F594BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F594BA; }

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

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

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

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

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

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

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

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