#F395BC

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

Shades of Shocking #F395BC

Tints of Shocking #F395BC

Color information

#F395BC (or 0xF395BC) is unknown color: approx Shocking. HEX triplet: F3, 95 and BC. RGB value is (243,149,188). Sum of RGB (Red+Green+Blue) = 243+149+188=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F395BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395BC is #0C6A43. Grayscale: #B5B5B5. Windows color (decimal): -813636 or 12359155. OLE color: 12359155.

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

Color convert

RGB243149188-
CMYK00.390.230.05
HSL335.11º79.66%76.86%-
HSV(B)335.11º38.68%95.29%-
XYZ56.7944.1853.11-
YUV181.55131.64171.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.90%
GREEN value IS 149 (58.59% from 255) = 25.69%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=41.90%
G=25.69%
B=32.41%

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
Decimal24314918800.390.230.05335.1179.6676.86
HexF395BC02717514f504d
Octal363225274047275517120115
Binary11110011100101011011110001001111011110110100111110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395BC; }

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

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

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

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

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

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

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

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