#F193BB

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

Shades of Shocking #F193BB

Tints of Shocking #F193BB

Color information

#F193BB (or 0xF193BB) is unknown color: approx Shocking. HEX triplet: F1, 93 and BB. RGB value is (241,147,187). Sum of RGB (Red+Green+Blue) = 241+147+187=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F193BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193BB is #0E6C44. Grayscale: #B3B3B3. Windows color (decimal): -945221 or 12293105. OLE color: 12293105.

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

Color convert

RGB241147187-
CMYK00.390.220.05
HSL334.47º77.05%76.08%-
HSV(B)334.47º39%94.51%-
XYZ55.6843.1652.41-
YUV179.67132.14171.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 147 (57.81% from 255) = 25.57%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=41.91%
G=25.57%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114718700.390.220.05334.4777.0576.08
HexF193BB02716514e4d4c
Octal361223273047265516115114
Binary11110001100100111011101101001111011010110100111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193BB; }

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

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

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

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

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

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

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

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