#F590BA

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

Shades of Shocking #F590BA

Tints of Shocking #F590BA

Color information

#F590BA (or 0xF590BA) is unknown color: approx Shocking. HEX triplet: F5, 90 and BA. RGB value is (245,144,186). Sum of RGB (Red+Green+Blue) = 245+144+186=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F590BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590BA is #0A6F45. Grayscale: #B2B2B2. Windows color (decimal): -683846 or 12226805. OLE color: 12226805.

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

Color convert

RGB245144186-
CMYK00.410.240.04
HSL335.05º83.47%76.27%-
HSV(B)335.05º41.22%96.08%-
XYZ56.4942.951.76-
YUV178.99131.96175.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.61%
GREEN value IS 144 (56.64% from 255) = 25.04%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=42.61%
G=25.04%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514418600.410.240.04335.0583.4776.27
HexF590BA02918414f534c
Octal365220272051304517123114
Binary11110101100100001011101001010011100010010100111110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F590BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F590BA; }

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

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

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

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

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

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

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

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