#F193BA

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

Shades of Shocking #F193BA

Tints of Shocking #F193BA

Color information

#F193BA (or 0xF193BA) is unknown color: approx Shocking. HEX triplet: F1, 93 and BA. RGB value is (241,147,186). Sum of RGB (Red+Green+Blue) = 241+147+186=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F193BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193BA is #0E6C45. Grayscale: #B3B3B3. Windows color (decimal): -945222 or 12227569. OLE color: 12227569.

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

Color convert

RGB241147186-
CMYK00.390.230.05
HSL335.11º77.05%76.08%-
HSV(B)335.11º39%94.51%-
XYZ55.5743.1151.85-
YUV179.55131.64171.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.99%
GREEN value IS 147 (57.81% from 255) = 25.61%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=41.99%
G=25.61%
B=32.40%

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
Decimal24114718600.390.230.05335.1177.0576.08
HexF193BA02717514f4d4c
Octal361223272047275517115114
Binary11110001100100111011101001001111011110110100111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193BA; }

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

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

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

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

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

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

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

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