#F393C8

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

Shades of Shocking #F393C8

Tints of Shocking #F393C8

Color information

#F393C8 (or 0xF393C8) is unknown color: approx Shocking. HEX triplet: F3, 93 and C8. RGB value is (243,147,200). Sum of RGB (Red+Green+Blue) = 243+147+200=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F393C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F393C8 is #0C6C37. Grayscale: #B5B5B5. Windows color (decimal): -814136 or 13145075. OLE color: 13145075.

HSL color Cylindrical-coordinate representation of color #F393C8: hue angle of 326.88º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F393C8 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB243147200-
CMYK00.400.180.05
HSL326.88º80%76.47%-
HSV(B)326.88º39.51%95.29%-
XYZ57.8244.0960.11-
YUV181.75138.3171.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.19%
GREEN value IS 147 (57.81% from 255) = 24.92%
BLUE value IS 200 (78.52% from 255) = 33.90%
R=41.19%
G=24.92%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314720000.400.180.05326.888076.47
HexF393C8028125147504c
Octal363223310050225507120114
Binary11110011100100111100100001010001001010110100011110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F393C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F393C8; }

 p { color: rgb(243,147,200); }

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

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

 a { background-color: rgb(243,147,200); }

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

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

 span { border-color: rgb(243,147,200); }

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