#F09BC6

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

Shades of Shocking #F09BC6

Tints of Shocking #F09BC6

Color information

#F09BC6 (or 0xF09BC6) is unknown color: approx Shocking. HEX triplet: F0, 9B and C6. RGB value is (240,155,198). Sum of RGB (Red+Green+Blue) = 240+155+198=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BC6 is #0F6439. Grayscale: #B9B9B9. Windows color (decimal): -1008698 or 13016048. OLE color: 13016048.

HSL color Cylindrical-coordinate representation of color #F09BC6: hue angle of 329.65º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09BC6 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB240155198-
CMYK00.350.180.06
HSL329.65º73.91%77.45%-
HSV(B)329.65º35.42%94.12%-
XYZ57.8546.0559.26-
YUV185.32135.16167-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.47%
GREEN value IS 155 (60.94% from 255) = 26.14%
BLUE value IS 198 (77.73% from 255) = 33.39%
R=40.47%
G=26.14%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015519800.350.180.06329.6573.9177.45
HexF09BC602312614a4a4d
Octal360233306043226512112115
Binary11110000100110111100011001000111001011010100101010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BC6; }

 p { color: rgb(240,155,198); }

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

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

 a { background-color: rgb(240,155,198); }

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

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

 span { border-color: rgb(240,155,198); }

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