#F395BB

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

Shades of Shocking #F395BB

Tints of Shocking #F395BB

Color information

#F395BB (or 0xF395BB) is unknown color: approx Shocking. HEX triplet: F3, 95 and BB. RGB value is (243,149,187). Sum of RGB (Red+Green+Blue) = 243+149+187=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F395BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395BB is #0C6A44. Grayscale: #B5B5B5. Windows color (decimal): -813637 or 12293619. OLE color: 12293619.

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

Color convert

RGB243149187-
CMYK00.390.230.05
HSL335.74º79.66%76.86%-
HSV(B)335.74º38.68%95.29%-
XYZ56.6844.1452.55-
YUV181.44131.14171.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.97%
GREEN value IS 149 (58.59% from 255) = 25.73%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=41.97%
G=25.73%
B=32.30%

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
Decimal24314918700.390.230.05335.7479.6676.86
HexF395BB027175150504d
Octal363225273047275520120115
Binary11110011100101011011101101001111011110110101000010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395BB; }

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

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

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

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

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

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

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

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