#F193B9

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

Shades of Shocking #F193B9

Tints of Shocking #F193B9

Color information

#F193B9 (or 0xF193B9) is unknown color: approx Shocking. HEX triplet: F1, 93 and B9. RGB value is (241,147,185). Sum of RGB (Red+Green+Blue) = 241+147+185=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F193B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193B9 is #0E6C46. Grayscale: #B3B3B3. Windows color (decimal): -945223 or 12162033. OLE color: 12162033.

HSL color Cylindrical-coordinate representation of color #F193B9: hue angle of 335.74º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F193B9 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241147185-
CMYK00.390.230.05
HSL335.74º77.05%76.08%-
HSV(B)335.74º39%94.51%-
XYZ55.4743.0751.29-
YUV179.44131.14171.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.06%
GREEN value IS 147 (57.81% from 255) = 25.65%
BLUE value IS 185 (72.66% from 255) = 32.29%
R=42.06%
G=25.65%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114718500.390.230.05335.7477.0576.08
HexF193B90271751504d4c
Octal361223271047275520115114
Binary11110001100100111011100101001111011110110101000010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193B9; }

 p { color: rgb(241,147,185); }

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

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

 a { background-color: rgb(241,147,185); }

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

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

 span { border-color: rgb(241,147,185); }

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