#F395B9

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

Shades of Shocking #F395B9

Tints of Shocking #F395B9

Color information

#F395B9 (or 0xF395B9) is unknown color: approx Shocking. HEX triplet: F3, 95 and B9. RGB value is (243,149,185). Sum of RGB (Red+Green+Blue) = 243+149+185=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F395B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395B9 is #0C6A46. Grayscale: #B5B5B5. Windows color (decimal): -813639 or 12162547. OLE color: 12162547.

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

Color convert

RGB243149185-
CMYK00.390.240.05
HSL337.02º79.66%76.86%-
HSV(B)337.02º38.68%95.29%-
XYZ56.4744.0551.43-
YUV181.21130.14172.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.11%
GREEN value IS 149 (58.59% from 255) = 25.82%
BLUE value IS 185 (72.66% from 255) = 32.06%
R=42.11%
G=25.82%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314918500.390.240.05337.0279.6676.86
HexF395B9027185151504d
Octal363225271047305521120115
Binary11110011100101011011100101001111100010110101000110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395B9; }

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

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

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

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

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

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

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

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