#F395BA

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

Shades of Shocking #F395BA

Tints of Shocking #F395BA

Color information

#F395BA (or 0xF395BA) is unknown color: approx Shocking. HEX triplet: F3, 95 and BA. RGB value is (243,149,186). Sum of RGB (Red+Green+Blue) = 243+149+186=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F395BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395BA is #0C6A45. Grayscale: #B5B5B5. Windows color (decimal): -813638 or 12228083. OLE color: 12228083.

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

Color convert

RGB243149186-
CMYK00.390.230.05
HSL336.38º79.66%76.86%-
HSV(B)336.38º38.68%95.29%-
XYZ56.5744.0951.98-
YUV181.32130.64171.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.04%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=42.04%
G=25.78%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314918600.390.230.05336.3879.6676.86
HexF395BA027175150504d
Octal363225272047275520120115
Binary11110011100101011011101001001111011110110101000010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395BA; }

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

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

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

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

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

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

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

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