#F194CC

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

Shades of Shocking #F194CC

Tints of Shocking #F194CC

Color information

#F194CC (or 0xF194CC) is unknown color: approx Shocking. HEX triplet: F1, 94 and CC. RGB value is (241,148,204). Sum of RGB (Red+Green+Blue) = 241+148+204=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F194CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194CC is #0E6B33. Grayscale: #B6B6B6. Windows color (decimal): -944948 or 13407473. OLE color: 13407473.

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

Color convert

RGB241148204-
CMYK00.390.150.05
HSL323.87º76.86%76.27%-
HSV(B)323.87º38.59%94.51%-
XYZ57.7644.2462.62-
YUV182.19140.31169.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.64%
GREEN value IS 148 (58.20% from 255) = 24.96%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=40.64%
G=24.96%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114820400.390.150.05323.8776.8676.27
HexF194CC027F51444d4c
Octal361224314047175504115114
Binary1111000110010100110011000100111111110110100010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194CC; }

 p { color: rgb(241,148,204); }

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

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

 a { background-color: rgb(241,148,204); }

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

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

 span { border-color: rgb(241,148,204); }

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