#F193C9

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

Shades of Shocking #F193C9

Tints of Shocking #F193C9

Color information

#F193C9 (or 0xF193C9) is unknown color: approx Shocking. HEX triplet: F1, 93 and C9. RGB value is (241,147,201). Sum of RGB (Red+Green+Blue) = 241+147+201=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F193C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193C9 is #0E6C36. Grayscale: #B5B5B5. Windows color (decimal): -945207 or 13210609. OLE color: 13210609.

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

Color convert

RGB241147201-
CMYK00.390.170.05
HSL325.53º77.05%76.08%-
HSV(B)325.53º39%94.51%-
XYZ57.2543.7960.69-
YUV181.26139.14170.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 147 (57.81% from 255) = 24.96%
BLUE value IS 201 (78.91% from 255) = 34.13%
R=40.92%
G=24.96%
B=34.13%

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
Decimal24114720100.390.170.05325.5377.0576.08
HexF193C90271151464d4c
Octal361223311047215506115114
Binary11110001100100111100100101001111000110110100011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193C9; }

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

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

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

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

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

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

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

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