#F095BF

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

Shades of Shocking #F095BF

Tints of Shocking #F095BF

Color information

#F095BF (or 0xF095BF) is unknown color: approx Shocking. HEX triplet: F0, 95 and BF. RGB value is (240,149,191). Sum of RGB (Red+Green+Blue) = 240+149+191=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F095BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095BF is #0F6A40. Grayscale: #B4B4B4. Windows color (decimal): -1010241 or 12555760. OLE color: 12555760.

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

Color convert

RGB240149191-
CMYK00.380.200.06
HSL332.31º75.21%76.27%-
HSV(B)332.31º37.92%94.12%-
XYZ56.0943.7854.78-
YUV181133.65170.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.38%
GREEN value IS 149 (58.59% from 255) = 25.69%
BLUE value IS 191 (75% from 255) = 32.93%
R=41.38%
G=25.69%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014919100.380.200.06332.3175.2176.27
HexF095BF02614614c4b4c
Octal360225277046246514113114
Binary11110000100101011011111101001101010011010100110010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095BF; }

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

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

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

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

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

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

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

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