#F395C0

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

Shades of Shocking #F395C0

Tints of Shocking #F395C0

Color information

#F395C0 (or 0xF395C0) is unknown color: approx Shocking. HEX triplet: F3, 95 and C0. RGB value is (243,149,192). Sum of RGB (Red+Green+Blue) = 243+149+192=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F395C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395C0 is #0C6A3F. Grayscale: #B5B5B5. Windows color (decimal): -813632 or 12621299. OLE color: 12621299.

HSL color Cylindrical-coordinate representation of color #F395C0: hue angle of 332.55º 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 #F395C0 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243149192-
CMYK00.390.210.05
HSL332.55º79.66%76.86%-
HSV(B)332.55º38.68%95.29%-
XYZ57.2244.3655.41-
YUV182.01133.64171.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.61%
GREEN value IS 149 (58.59% from 255) = 25.51%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=41.61%
G=25.51%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314919200.390.210.05332.5579.6676.86
HexF395C002715514d504d
Octal363225300047255515120115
Binary11110011100101011100000001001111010110110100110110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395C0; }

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

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

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

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

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

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

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

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