#F095BB

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

Shades of Shocking #F095BB

Tints of Shocking #F095BB

Color information

#F095BB (or 0xF095BB) is unknown color: approx Shocking. HEX triplet: F0, 95 and BB. RGB value is (240,149,187). Sum of RGB (Red+Green+Blue) = 240+149+187=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F095BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095BB is #0F6A44. Grayscale: #B4B4B4. Windows color (decimal): -1010245 or 12293616. OLE color: 12293616.

HSL color Cylindrical-coordinate representation of color #F095BB: hue angle of 334.95º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F095BB is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240149187-
CMYK00.380.220.06
HSL334.95º75.21%76.27%-
HSV(B)334.95º37.92%94.12%-
XYZ55.6543.6152.5-
YUV180.54131.65170.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.67%
GREEN value IS 149 (58.59% from 255) = 25.87%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=41.67%
G=25.87%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014918700.380.220.06334.9575.2176.27
HexF095BB02616614f4b4c
Octal360225273046266517113114
Binary11110000100101011011101101001101011011010100111110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095BB; }

 p { color: rgb(240,149,187); }

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

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

 a { background-color: rgb(240,149,187); }

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

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

 span { border-color: rgb(240,149,187); }

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