#F193C7

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

Shades of Shocking #F193C7

Tints of Shocking #F193C7

Color information

#F193C7 (or 0xF193C7) is unknown color: approx Shocking. HEX triplet: F1, 93 and C7. RGB value is (241,147,199). Sum of RGB (Red+Green+Blue) = 241+147+199=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F193C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193C7 is #0E6C38. Grayscale: #B4B4B4. Windows color (decimal): -945209 or 13079537. OLE color: 13079537.

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

Color convert

RGB241147199-
CMYK00.390.170.05
HSL326.81º77.05%76.08%-
HSV(B)326.81º39%94.51%-
XYZ57.0243.6959.46-
YUV181.03138.14170.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.06%
GREEN value IS 147 (57.81% from 255) = 25.04%
BLUE value IS 199 (78.12% from 255) = 33.90%
R=41.06%
G=25.04%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114719900.390.170.05326.8177.0576.08
HexF193C70271151474d4c
Octal361223307047215507115114
Binary11110001100100111100011101001111000110110100011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193C7; }

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

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

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

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

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

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

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

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