#F59BBB

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

Shades of Shocking #F59BBB

Tints of Shocking #F59BBB

Color information

#F59BBB (or 0xF59BBB) is unknown color: approx Shocking. HEX triplet: F5, 9B and BB. RGB value is (245,155,187). Sum of RGB (Red+Green+Blue) = 245+155+187=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BBB is #0A6444. Grayscale: #B9B9B9. Windows color (decimal): -681029 or 12295157. OLE color: 12295157.

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

Color convert

RGB245155187-
CMYK00.370.240.04
HSL338.67º81.82%78.43%-
HSV(B)338.67º36.73%96.08%-
XYZ58.3546.4452.9-
YUV185.56128.82170.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.74%
GREEN value IS 155 (60.94% from 255) = 26.41%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=41.74%
G=26.41%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515518700.370.240.04338.6781.8278.43
HexF59BBB025184153524e
Octal365233273045304523122116
Binary11110101100110111011101101001011100010010101001110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59BBB; }

 p { color: rgb(245,155,187); }

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

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

 a { background-color: rgb(245,155,187); }

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

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

 span { border-color: rgb(245,155,187); }

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