#F393C5

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

Shades of Shocking #F393C5

Tints of Shocking #F393C5

Color information

#F393C5 (or 0xF393C5) is unknown color: approx Shocking. HEX triplet: F3, 93 and C5. RGB value is (243,147,197). Sum of RGB (Red+Green+Blue) = 243+147+197=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F393C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F393C5 is #0C6C3A. Grayscale: #B5B5B5. Windows color (decimal): -814139 or 12948467. OLE color: 12948467.

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

Color convert

RGB243147197-
CMYK00.400.190.05
HSL328.75º80%76.47%-
HSV(B)328.75º39.51%95.29%-
XYZ57.4743.9558.28-
YUV181.4136.8171.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.40%
GREEN value IS 147 (57.81% from 255) = 25.04%
BLUE value IS 197 (77.34% from 255) = 33.56%
R=41.40%
G=25.04%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314719700.400.190.05328.758076.47
HexF393C5028135149504c
Octal363223305050235511120114
Binary11110011100100111100010101010001001110110100100110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F393C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F393C5; }

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

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

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

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

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

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

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

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