#F395BE

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

Shades of Shocking #F395BE

Tints of Shocking #F395BE

Color information

#F395BE (or 0xF395BE) is unknown color: approx Shocking. HEX triplet: F3, 95 and BE. RGB value is (243,149,190). Sum of RGB (Red+Green+Blue) = 243+149+190=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F395BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395BE is #0C6A41. Grayscale: #B5B5B5. Windows color (decimal): -813634 or 12490227. OLE color: 12490227.

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

Color convert

RGB243149190-
CMYK00.390.220.05
HSL333.83º79.66%76.86%-
HSV(B)333.83º38.68%95.29%-
XYZ5744.2754.26-
YUV181.78132.64171.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.75%
GREEN value IS 149 (58.59% from 255) = 25.60%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=41.75%
G=25.60%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314919000.390.220.05333.8379.6676.86
HexF395BE02716514e504d
Octal363225276047265516120115
Binary11110011100101011011111001001111011010110100111010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395BE; }

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

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

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

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

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

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

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

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