#F393C1

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

Shades of Shocking #F393C1

Tints of Shocking #F393C1

Color information

#F393C1 (or 0xF393C1) is unknown color: approx Shocking. HEX triplet: F3, 93 and C1. RGB value is (243,147,193). Sum of RGB (Red+Green+Blue) = 243+147+193=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F393C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F393C1 is #0C6C3E. Grayscale: #B4B4B4. Windows color (decimal): -814143 or 12686323. OLE color: 12686323.

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

Color convert

RGB243147193-
CMYK00.400.210.05
HSL331.25º80%76.47%-
HSV(B)331.25º39.51%95.29%-
XYZ57.0243.7755.9-
YUV180.95134.8172.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.68%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 193 (75.78% from 255) = 33.10%
R=41.68%
G=25.21%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314719300.400.210.05331.258076.47
HexF393C102815514b504c
Octal363223301050255513120114
Binary11110011100100111100000101010001010110110100101110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F393C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F393C1; }

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

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

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

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

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

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

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

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