#F395CB

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

Shades of Shocking #F395CB

Tints of Shocking #F395CB

Color information

#F395CB (or 0xF395CB) is unknown color: approx Shocking. HEX triplet: F3, 95 and CB. RGB value is (243,149,203). Sum of RGB (Red+Green+Blue) = 243+149+203=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F395CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395CB is #0C6A34. Grayscale: #B7B7B7. Windows color (decimal): -813621 or 13342195. OLE color: 13342195.

HSL color Cylindrical-coordinate representation of color #F395CB: hue angle of 325.53º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F395CB is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243149203-
CMYK00.390.160.05
HSL325.53º79.66%76.86%-
HSV(B)325.53º38.68%95.29%-
XYZ58.4944.8662.08-
YUV183.26139.14170.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.84%
GREEN value IS 149 (58.59% from 255) = 25.04%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=40.84%
G=25.04%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314920300.390.160.05325.5379.6676.86
HexF395CB027105146504d
Octal363225313047205506120115
Binary11110011100101011100101101001111000010110100011010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395CB; }

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

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

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

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

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

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

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

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