#F592BD

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

Shades of Shocking #F592BD

Tints of Shocking #F592BD

Color information

#F592BD (or 0xF592BD) is unknown color: approx Shocking. HEX triplet: F5, 92 and BD. RGB value is (245,146,189). Sum of RGB (Red+Green+Blue) = 245+146+189=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F592BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592BD is #0A6D42. Grayscale: #B4B4B4. Windows color (decimal): -683331 or 12423925. OLE color: 12423925.

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

Color convert

RGB245146189-
CMYK00.400.230.04
HSL333.94º83.19%76.67%-
HSV(B)333.94º40.41%96.08%-
XYZ57.1243.6453.56-
YUV180.5132.8174-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.24%
GREEN value IS 146 (57.42% from 255) = 25.17%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=42.24%
G=25.17%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514618900.400.230.04333.9483.1976.67
HexF592BD02817414e534d
Octal365222275050274516123115
Binary11110101100100101011110101010001011110010100111010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F592BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F592BD; }

 p { color: rgb(245,146,189); }

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

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

 a { background-color: rgb(245,146,189); }

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

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

 span { border-color: rgb(245,146,189); }

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