#F095BC

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

Shades of Shocking #F095BC

Tints of Shocking #F095BC

Color information

#F095BC (or 0xF095BC) is unknown color: approx Shocking. HEX triplet: F0, 95 and BC. RGB value is (240,149,188). Sum of RGB (Red+Green+Blue) = 240+149+188=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F095BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095BC is #0F6A43. Grayscale: #B4B4B4. Windows color (decimal): -1010244 or 12359152. OLE color: 12359152.

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

Color convert

RGB240149188-
CMYK00.380.220.06
HSL334.29º75.21%76.27%-
HSV(B)334.29º37.92%94.12%-
XYZ55.7643.6553.06-
YUV180.65132.15170.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.59%
GREEN value IS 149 (58.59% from 255) = 25.82%
BLUE value IS 188 (73.83% from 255) = 32.58%
R=41.59%
G=25.82%
B=32.58%

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
Decimal24014918800.380.220.06334.2975.2176.27
HexF095BC02616614e4b4c
Octal360225274046266516113114
Binary11110000100101011011110001001101011011010100111010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095BC; }

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

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

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

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

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

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

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

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