#F395C7

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

Shades of Shocking #F395C7

Tints of Shocking #F395C7

Color information

#F395C7 (or 0xF395C7) is unknown color: approx Shocking. HEX triplet: F3, 95 and C7. RGB value is (243,149,199). Sum of RGB (Red+Green+Blue) = 243+149+199=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F395C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395C7 is #0C6A38. Grayscale: #B6B6B6. Windows color (decimal): -813625 or 13080051. OLE color: 13080051.

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

Color convert

RGB243149199-
CMYK00.390.180.05
HSL328.09º79.66%76.86%-
HSV(B)328.09º38.68%95.29%-
XYZ58.0244.6759.6-
YUV182.81137.14170.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.12%
GREEN value IS 149 (58.59% from 255) = 25.21%
BLUE value IS 199 (78.12% from 255) = 33.67%
R=41.12%
G=25.21%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314919900.390.180.05328.0979.6676.86
HexF395C7027125148504d
Octal363225307047225510120115
Binary11110011100101011100011101001111001010110100100010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395C7; }

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

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

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

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

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

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

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

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