#F193CA

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

Shades of Shocking #F193CA

Tints of Shocking #F193CA

Color information

#F193CA (or 0xF193CA) is unknown color: approx Shocking. HEX triplet: F1, 93 and CA. RGB value is (241,147,202). Sum of RGB (Red+Green+Blue) = 241+147+202=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F193CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193CA is #0E6C35. Grayscale: #B5B5B5. Windows color (decimal): -945206 or 13276145. OLE color: 13276145.

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

Color convert

RGB241147202-
CMYK00.390.160.05
HSL324.89º77.05%76.08%-
HSV(B)324.89º39%94.51%-
XYZ57.3743.8361.31-
YUV181.38139.64170.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.85%
GREEN value IS 147 (57.81% from 255) = 24.92%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=40.85%
G=24.92%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114720200.390.160.05324.8977.0576.08
HexF193CA0271051454d4c
Octal361223312047205505115114
Binary11110001100100111100101001001111000010110100010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193CA; }

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

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

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

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

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

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

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

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