#F095CB

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

Shades of Shocking #F095CB

Tints of Shocking #F095CB

Color information

#F095CB (or 0xF095CB) is unknown color: approx Shocking. HEX triplet: F0, 95 and CB. RGB value is (240,149,203). Sum of RGB (Red+Green+Blue) = 240+149+203=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F095CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095CB is #0F6A34. Grayscale: #B6B6B6. Windows color (decimal): -1010229 or 13342192. OLE color: 13342192.

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

Color convert

RGB240149203-
CMYK00.380.150.06
HSL324.4º75.21%76.27%-
HSV(B)324.4º37.92%94.12%-
XYZ57.4644.3362.03-
YUV182.36139.65169.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.54%
GREEN value IS 149 (58.59% from 255) = 25.17%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=40.54%
G=25.17%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014920300.380.150.06324.475.2176.27
HexF095CB026F61444b4c
Octal360225313046176504113114
Binary1111000010010101110010110100110111111010100010010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095CB; }

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

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

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

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

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

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

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

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