#F194C9

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

Shades of Shocking #F194C9

Tints of Shocking #F194C9

Color information

#F194C9 (or 0xF194C9) is unknown color: approx Shocking. HEX triplet: F1, 94 and C9. RGB value is (241,148,201). Sum of RGB (Red+Green+Blue) = 241+148+201=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F194C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194C9 is #0E6B36. Grayscale: #B5B5B5. Windows color (decimal): -944951 or 13210865. OLE color: 13210865.

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

Color convert

RGB241148201-
CMYK00.390.170.05
HSL325.81º76.86%76.27%-
HSV(B)325.81º38.59%94.51%-
XYZ57.4144.160.74-
YUV181.85138.81170.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.85%
GREEN value IS 148 (58.20% from 255) = 25.08%
BLUE value IS 201 (78.91% from 255) = 34.07%
R=40.85%
G=25.08%
B=34.07%

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
Decimal24114820100.390.170.05325.8176.8676.27
HexF194C90271151464d4c
Octal361224311047215506115114
Binary11110001100101001100100101001111000110110100011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194C9; }

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

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

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

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

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

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

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

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