#F599BD

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

Shades of Shocking #F599BD

Tints of Shocking #F599BD

Color information

#F599BD (or 0xF599BD) is unknown color: approx Shocking. HEX triplet: F5, 99 and BD. RGB value is (245,153,189). Sum of RGB (Red+Green+Blue) = 245+153+189=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F599BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F599BD is #0A6642. Grayscale: #B8B8B8. Windows color (decimal): -681539 or 12425717. OLE color: 12425717.

HSL color Cylindrical-coordinate representation of color #F599BD: hue angle of 336.52º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F599BD is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB245153189-
CMYK00.380.230.04
HSL336.52º82.14%78.04%-
HSV(B)336.52º37.55%96.08%-
XYZ58.2345.8753.93-
YUV184.61130.48171.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.74%
GREEN value IS 153 (60.16% from 255) = 26.06%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=41.74%
G=26.06%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515318900.380.230.04336.5282.1478.04
HexF599BD026174151524e
Octal365231275046274521122116
Binary11110101100110011011110101001101011110010101000110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F599BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F599BD; }

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

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

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

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

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

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

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

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