#F599BF

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

Shades of Shocking #F599BF

Tints of Shocking #F599BF

Color information

#F599BF (or 0xF599BF) is unknown color: approx Shocking. HEX triplet: F5, 99 and BF. RGB value is (245,153,191). Sum of RGB (Red+Green+Blue) = 245+153+191=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F599BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F599BF is #0A6640. Grayscale: #B8B8B8. Windows color (decimal): -681537 or 12556789. OLE color: 12556789.

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

Color convert

RGB245153191-
CMYK00.380.220.04
HSL335.22º82.14%78.04%-
HSV(B)335.22º37.55%96.08%-
XYZ58.4545.9655.08-
YUV184.84131.48170.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.60%
GREEN value IS 153 (60.16% from 255) = 25.98%
BLUE value IS 191 (75% from 255) = 32.43%
R=41.60%
G=25.98%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515319100.380.220.04335.2282.1478.04
HexF599BF02616414f524e
Octal365231277046264517122116
Binary11110101100110011011111101001101011010010100111110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F599BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F599BF; }

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

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

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

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

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

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

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

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