#F395C4

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

Shades of Shocking #F395C4

Tints of Shocking #F395C4

Color information

#F395C4 (or 0xF395C4) is unknown color: approx Shocking. HEX triplet: F3, 95 and C4. RGB value is (243,149,196). Sum of RGB (Red+Green+Blue) = 243+149+196=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F395C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395C4 is #0C6A3B. Grayscale: #B6B6B6. Windows color (decimal): -813628 or 12883443. OLE color: 12883443.

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

Color convert

RGB243149196-
CMYK00.390.190.05
HSL330º79.66%76.86%-
HSV(B)330º38.68%95.29%-
XYZ57.6744.5457.78-
YUV182.46135.64171.18-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.33%
GREEN value IS 149 (58.59% from 255) = 25.34%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=41.33%
G=25.34%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314919600.390.190.0533079.6676.86
HexF395C402713514a504d
Octal363225304047235512120115
Binary11110011100101011100010001001111001110110100101010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395C4; }

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

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

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

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

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

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

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

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